From 306f14c138251b909bf018d2b192df1a4d70a5c8 Mon Sep 17 00:00:00 2001 From: Tim Bernhard Date: Tue, 14 Apr 2020 20:22:58 +0200 Subject: [PATCH] Fix static test --- src/GitElephant/Objects/LogRange.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GitElephant/Objects/LogRange.php b/src/GitElephant/Objects/LogRange.php index 4c7e9a63..7678a5dc 100644 --- a/src/GitElephant/Objects/LogRange.php +++ b/src/GitElephant/Objects/LogRange.php @@ -54,7 +54,7 @@ class LogRange implements \ArrayAccess, \Countable, \Iterator * @param string $refEnd ending reference * @param string|null $path path * @param int $limit limit - * @param int|null $offset offset + * @param int $offset offset * @param boolean $firstParent first parent * * @throws \RuntimeException @@ -80,7 +80,7 @@ public function __construct( * @param string $refEnd treeish reference * @param string $path path * @param int $limit limit - * @param int|null $offset offset + * @param int $offset offset * @param boolean $firstParent first parent * * @throws \RuntimeException