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
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class IterableResult implements \Iterator
|
|||
/**
|
||||
* Gets the next set of results.
|
||||
*
|
||||
* @return array
|
||||
* @return array|false
|
||||
*/
|
||||
public function next()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue