Merge pull request #1409 from haeber/patch-1
Added PHPDoc return type false of next method in Hydration/IterableResult
This commit is contained in:
commit
5ae40d571a
@ -74,7 +74,7 @@ class IterableResult implements \Iterator
|
||||
/**
|
||||
* Gets the next set of results.
|
||||
*
|
||||
* @return array
|
||||
* @return array|false
|
||||
*/
|
||||
public function next()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user