Introduced finalizeAndExecute to the AbstractSqlWalker, unified SingleStatementExecutor #3220
Annotations
10 errors and 1 warning
src/Query/Exec/AbstractSqlExecutor.php#L11
Type Doctrine\ORM\Query\SqlWalker is not used in this file.
|
src/Query/Exec/AbstractSqlExecutor.php#L60
Method \Doctrine\ORM\Query\Exec\AbstractSqlExecutor::finalizeAndExecute() does not have return type hint nor @return annotation for its return value.
|
src/Query/Exec/SingleStatementExecutor.php#L14
Use statements should be sorted alphabetically. The first wrong one is Doctrine\ORM\Query\AST.
|
src/Query/Exec/SingleStatementExecutor.php#L26
@var annotation of property \Doctrine\ORM\Query\Exec\SingleStatementExecutor::$selectedClasses does not specify type hint for its items.
|
src/Query/Exec/SingleStatementExecutor.php#L40
Method \Doctrine\ORM\Query\Exec\SingleStatementExecutor::finalizeAndExecute() does not have @param annotation for its traversable parameter $params.
|
src/Query/Exec/SingleStatementExecutor.php#L40
Method \Doctrine\ORM\Query\Exec\SingleStatementExecutor::finalizeAndExecute() does not have @param annotation for its traversable parameter $types.
|
src/Query/Exec/SingleStatementExecutor.php#L40
Method \Doctrine\ORM\Query\Exec\SingleStatementExecutor::finalizeAndExecute() does not have return type hint nor @return annotation for its return value.
|
src/Query/Exec/SingleStatementExecutor.php#L48
Multi-line function calls must have a trailing comma after the last parameter.
|
src/Query/Exec/SingleStatementExecutor.php#L52
Use ".=" operator instead of "=" and ".".
|
src/Query/Exec/SingleStatementExecutor.php#L54
Use ".=" operator instead of "=" and ".".
|
|
The logs for this run have expired and are no longer available.
Loading