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 640758f commit a7aa7a0Copy full SHA for a7aa7a0
src/Query/ParserResult.php
@@ -80,7 +80,7 @@ public function setSqlExecutor(AbstractSqlExecutor $executor): void
80
'doctrine/orm',
81
'https://github.com/doctrine/orm/pull/11188',
82
'The SqlExecutor will be removed from %s in 4.0. Provide a %s instead that can create the executor.',
83
- __CLASS__,
+ self::class,
84
SqlFinalizer::class,
85
);
86
@@ -98,7 +98,7 @@ public function getSqlExecutor(): AbstractSqlExecutor
98
99
100
101
102
103
104
0 commit comments