Added PHPDoc return type false of next method
Because hydrateRow can return false, too. The PHPDoc return type of the next method has return false in addition to array.
This commit is contained in:
parent
900b55d16a
commit
d92785811b
@ -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