Merge pull request #178 from adrienbrault/master
Fix Query iterate() doc return type
This commit is contained in:
commit
96cb3d8004
@ -545,7 +545,7 @@ abstract class AbstractQuery
|
|||||||
*
|
*
|
||||||
* @param array $params The query parameters.
|
* @param array $params The query parameters.
|
||||||
* @param integer $hydrationMode The hydration mode to use.
|
* @param integer $hydrationMode The hydration mode to use.
|
||||||
* @return IterableResult
|
* @return \Doctrine\ORM\Internal\Hydration\IterableResult
|
||||||
*/
|
*/
|
||||||
public function iterate(array $params = array(), $hydrationMode = null)
|
public function iterate(array $params = array(), $hydrationMode = null)
|
||||||
{
|
{
|
||||||
|
@ -526,7 +526,7 @@ final class Query extends AbstractQuery
|
|||||||
*
|
*
|
||||||
* @param array $params The query parameters.
|
* @param array $params The query parameters.
|
||||||
* @param integer $hydrationMode The hydration mode to use.
|
* @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)
|
public function iterate(array $params = array(), $hydrationMode = self::HYDRATE_OBJECT)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user