Skip to content

Commit

Permalink
Fix static test
Browse files Browse the repository at this point in the history
  • Loading branch information
GenieTim committed Apr 14, 2020
1 parent b02503f commit 306f14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GitElephant/Objects/LogRange.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 306f14c

Please sign in to comment.