Skip to content

Commit 5cfeea6

Browse files
committed
Fix CS
1 parent 640a740 commit 5cfeea6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Query/SqlWalker.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Doctrine\ORM\Mapping\QuoteStrategy;
1616
use Doctrine\ORM\OptimisticLockException;
1717
use Doctrine\ORM\Query;
18-
use Doctrine\ORM\Query\Exec\SqlFinalizer;
1918
use Doctrine\ORM\Utility\HierarchyDiscriminatorResolver;
2019
use Doctrine\ORM\Utility\PersisterHelper;
2120
use InvalidArgumentException;
@@ -237,7 +236,7 @@ public function getExecutor(AST\SelectStatement|AST\UpdateStatement|AST\DeleteSt
237236
'https://github.com/doctrine/orm/pull/11188/',
238237
'Output walkers should implement %s. That way, the %s method is no longer needed and will be removed in 4.0',
239238
OutputWalker::class,
240-
__METHOD__
239+
__METHOD__,
241240
);
242241

243242
return match (true) {

0 commit comments

Comments
 (0)