Skip to content

Commit

Permalink
Fix deprecation message (#10270)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Dec 5, 2022
1 parent 5a8541b commit a2b5bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/ORM/Query/SqlWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ public function walkInExpression($inExpr)
{
Deprecation::triggerIfCalledFromOutside(
'doctrine/orm',
'https://github.com/doctrine/orm/pull/10267',
'%s() is deprecated, call walkInListExpression() or walkInSubselectExpression() instead.',
__METHOD__
);
Expand Down

0 comments on commit a2b5bae

Please sign in to comment.