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
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue