Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ItemList.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function key()
/**
* Check if there is a current element after calls to rewind() or next()
*
* @return boolean
* @return bool
*/
public function valid()
{
Expand All @@ -175,7 +175,7 @@ public function rewind()
* Check if an offset exists
*
* @param mixed $offset
* @return boolean
* @return bool
*/
public function offsetExists($offset)
{
Expand Down

0 comments on commit 8b3839b

Please sign in to comment.