Skip to content

Commit

Permalink
[GH-8387] Missing @deprecated on Query::iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 8, 2021
1 parent 2c19ded commit 094453c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/ORM/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ public function getMaxResults()
* Executes the query and returns an IterableResult that can be used to incrementally
* iterated over the result.
*
* @deprecated
*
* @param ArrayCollection|array|null $parameters The query parameters.
* @param string|int $hydrationMode The hydration mode to use.
*
Expand Down

0 comments on commit 094453c

Please sign in to comment.