1
0
mirror of synced 2025-02-02 13:31:45 +03:00

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:
Thomas Häber 2015-05-15 12:06:56 +02:00
parent 900b55d16a
commit d92785811b

View File

@ -74,7 +74,7 @@ class IterableResult implements \Iterator
/**
* Gets the next set of results.
*
* @return array
* @return array|false
*/
public function next()
{