Skip to content

Commit

Permalink
[doctrineGH-8387] Missing @deprecated on Query::iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 16, 2021
1 parent b6c1ce9 commit b5f740c
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 @@ -674,6 +674,8 @@ public function getMaxResults()
* Executes the query and returns an IterableResult that can be used to incrementally
* iterated over the result.
*
* @deprecated
*
* @param ArrayCollection|mixed[]|null $parameters The query parameters.
* @param string|int $hydrationMode The hydration mode to use.
*
Expand Down

0 comments on commit b5f740c

Please sign in to comment.