Fix iterate method doc return type
This commit is contained in:
parent
15562d030e
commit
e39bfced4a
2 changed files with 2 additions and 2 deletions
|
@ -545,7 +545,7 @@ abstract class AbstractQuery
|
|||
*
|
||||
* @param array $params The query parameters.
|
||||
* @param integer $hydrationMode The hydration mode to use.
|
||||
* @return IterableResult
|
||||
* @return \Doctrine\ORM\Internal\Hydration\IterableResult
|
||||
*/
|
||||
public function iterate(array $params = array(), $hydrationMode = null)
|
||||
{
|
||||
|
|
|
@ -526,7 +526,7 @@ final class Query extends AbstractQuery
|
|||
*
|
||||
* @param array $params The query parameters.
|
||||
* @param integer $hydrationMode The hydration mode to use.
|
||||
* @return IterableResult
|
||||
* @return \Doctrine\ORM\Internal\Hydration\IterableResult
|
||||
*/
|
||||
public function iterate(array $params = array(), $hydrationMode = self::HYDRATE_OBJECT)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue