Skip to content

Commit 9695ec6

Browse files
committed
Fix CS
1 parent 77062c4 commit 9695ec6

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

lib/Doctrine/ORM/Query.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ class Query extends AbstractQuery
149149
*/
150150
private $parserResult;
151151

152-
/**
153-
* @var AbstractSqlExecutor
154-
*/
152+
/** @var AbstractSqlExecutor */
155153
private $sqlExecutor = null;
156154

157155
/**

lib/Doctrine/ORM/Query/Exec/PreparedExecutorFinalizer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
*/
1414
final class PreparedExecutorFinalizer implements SqlFinalizer
1515
{
16-
/**
17-
* @var AbstractSqlExecutor
18-
*/
16+
/** @var AbstractSqlExecutor */
1917
private $executor;
2018

2119
public function __construct(AbstractSqlExecutor $exeutor)

lib/Doctrine/ORM/Query/Exec/SingleSelectSqlFinalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function __construct(string $sql)
2929
* This method exists temporarily to support old SqlWalker interfaces.
3030
*
3131
* @internal
32+
*
3233
* @psalm-internal Doctrine\ORM\Query
3334
*/
3435
public function finalizeSql(Query $query): string

0 commit comments

Comments
 (0)