Skip to content

Commit

Permalink
fix deprecated trigger help comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidromani committed Oct 7, 2022
1 parent e750360 commit 84213b9
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 84213b9

Please sign in to comment.