You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (is_a($outputWalkerClass, OutputWalker::class, true)) {
674
-
$firstAndMaxResult = '';
675
-
} else {
676
-
Deprecation::trigger(
677
-
'doctrine/orm',
678
-
'https://github.com/doctrine/orm/pull/11188/',
679
-
'Your output walker class %s should implement %s in order to provide a %s. This also means the output walker should not use the query firstResult/maxResult values, which should be read from the query by the SqlFinalizer only.',
'Your output walker class %s should implement %s in order to provide a %s. This also means the output walker should not use the query firstResult/maxResult values, which should be read from the query by the SqlFinalizer only.',
0 commit comments