Skip to content

Commit

Permalink
Merge pull request #10110 from davidromani/2.13.x
Browse files Browse the repository at this point in the history
Fix deprecated trigger help comment
  • Loading branch information
greg0ire committed Oct 8, 2022
2 parents e750360 + 84213b9 commit 38271d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Event/LifecycleEventArgs.php
Expand Up @@ -42,7 +42,7 @@ public function getEntity()
Deprecation::trigger(
'doctrine/orm',
'https://github.com/doctrine/orm/issues/9875',
'Method %s() is deprecated and will be removed in Doctrine ORM 3.0. Use getObjectManager() instead.',
'Method %s() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead.',
__METHOD__
);

Expand Down

0 comments on commit 38271d4

Please sign in to comment.