1
0
mirror of synced 2025-02-09 00:39:25 +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.
*
* @return array
* @return array|false
*/
public function next()
{