1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00

Merge pull request #1409 from haeber/patch-1

Added PHPDoc return type false of next method in Hydration/IterableResult
This commit is contained in:
Benjamin Eberlei 2015-06-16 22:21:20 +02:00
commit 5ae40d571a

View file

@ -74,7 +74,7 @@ class IterableResult implements \Iterator
/** /**
* Gets the next set of results. * Gets the next set of results.
* *
* @return array * @return array|false
*/ */
public function next() public function next()
{ {