Skip to content

Commit

Permalink
Add "@method" annotation for wrapInTransaction() method at `EntityM…
Browse files Browse the repository at this point in the history
…anagerInterface` (#9091)
  • Loading branch information
phansys committed Oct 13, 2021
1 parent 142cfb3 commit dede619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/ORM/EntityManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* EntityManager interface
*
* @method Mapping\ClassMetadataFactory getMetadataFactory()
* @method mixed wrapInTransaction(callable $func)
*/
interface EntityManagerInterface extends ObjectManager
{
Expand Down

0 comments on commit dede619

Please sign in to comment.