Skip to content

Commit

Permalink
Merge pull request #10238 from VincentLanglet/lockMode
Browse files Browse the repository at this point in the history
Use more precise phpdoc
  • Loading branch information
greg0ire authored Nov 20, 2022
2 parents da35631 + cc9e456 commit 5a7fce1
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 @@ -770,6 +770,8 @@ public function setHydrationMode($hydrationMode): self
* @param int $lockMode
* @psalm-param LockMode::* $lockMode
*
* @return $this
*
* @throws TransactionRequiredException
*/
public function setLockMode($lockMode): self
Expand Down

0 comments on commit 5a7fce1

Please sign in to comment.