File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff line change 1313 */
1414final class PreparedExecutorFinalizer implements SqlFinalizer
1515{
16- /**
17- * @var AbstractSqlExecutor
18- */
16+ /** @var AbstractSqlExecutor */
1917 private $ executor ;
2018
2119 public function __construct (AbstractSqlExecutor $ exeutor )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments