Skip to content

Commit a7aa7a0

Browse files
committed
Fixup CS
1 parent 640758f commit a7aa7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Query/ParserResult.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function setSqlExecutor(AbstractSqlExecutor $executor): void
8080
'doctrine/orm',
8181
'https://github.com/doctrine/orm/pull/11188',
8282
'The SqlExecutor will be removed from %s in 4.0. Provide a %s instead that can create the executor.',
83-
__CLASS__,
83+
self::class,
8484
SqlFinalizer::class,
8585
);
8686

@@ -98,7 +98,7 @@ public function getSqlExecutor(): AbstractSqlExecutor
9898
'doctrine/orm',
9999
'https://github.com/doctrine/orm/pull/11188',
100100
'The SqlExecutor will be removed from %s in 4.0. Provide a %s instead that can create the executor.',
101-
__CLASS__,
101+
self::class,
102102
SqlFinalizer::class,
103103
);
104104

0 commit comments

Comments
 (0)