We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640a740 commit 5cfeea6Copy full SHA for 5cfeea6
src/Query/SqlWalker.php
@@ -15,7 +15,6 @@
15
use Doctrine\ORM\Mapping\QuoteStrategy;
16
use Doctrine\ORM\OptimisticLockException;
17
use Doctrine\ORM\Query;
18
-use Doctrine\ORM\Query\Exec\SqlFinalizer;
19
use Doctrine\ORM\Utility\HierarchyDiscriminatorResolver;
20
use Doctrine\ORM\Utility\PersisterHelper;
21
use InvalidArgumentException;
@@ -237,7 +236,7 @@ public function getExecutor(AST\SelectStatement|AST\UpdateStatement|AST\DeleteSt
237
236
'https://github.com/doctrine/orm/pull/11188/',
238
'Output walkers should implement %s. That way, the %s method is no longer needed and will be removed in 4.0',
239
OutputWalker::class,
240
- __METHOD__
+ __METHOD__,
241
);
242
243
return match (true) {
0 commit comments