From 1fa81096bfbc4e52faaf3fde857049c223edd3d4 Mon Sep 17 00:00:00 2001 From: olstjos Date: Wed, 29 Jun 2022 17:36:16 -0400 Subject: [PATCH] matteosister/GitElephant#183 - PHP 8.1 compatibility fix for deprecated return. --- src/GitElephant/Objects/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GitElephant/Objects/Log.php b/src/GitElephant/Objects/Log.php index 24a0f07b..bf56e7ce 100644 --- a/src/GitElephant/Objects/Log.php +++ b/src/GitElephant/Objects/Log.php @@ -30,7 +30,7 @@ * @author Matteo Giachino * @author Dhaval Patel */ -class Log implements \ArrayAccess, \Countable, \Iterator +class Log implements \ArrayAccess, \Countable, \Iterator: void { /** * @var \GitElephant\Repository