Deprecate old output walker types #14
static-analysis.yml
on: pull_request
Static Analysis with Psalm
23s
Matrix: Static Analysis with PHPStan
Annotations
9 errors and 8 warnings
DeprecatedMethod:
src/Query.php#L295
src/Query.php:295:34: DeprecatedMethod: The method Doctrine\ORM\Query\ParserResult::hasSqlFinalizer has been marked as deprecated (see https://psalm.dev/001)
|
InvalidNullableReturnType:
src/Query.php#L882
src/Query.php:882:40: InvalidNullableReturnType: The declared return type 'Doctrine\ORM\Query\Exec\AbstractSqlExecutor' for Doctrine\ORM\Query::getSqlExecutor is not nullable, but 'Doctrine\ORM\Query\Exec\AbstractSqlExecutor|null' contains null (see https://psalm.dev/144)
|
NullableReturnStatement:
src/Query.php#L886
src/Query.php:886:16: NullableReturnStatement: The declared return type 'Doctrine\ORM\Query\Exec\AbstractSqlExecutor' for Doctrine\ORM\Query::getSqlExecutor is not nullable, but the function returns 'Doctrine\ORM\Query\Exec\AbstractSqlExecutor|null' (see https://psalm.dev/139)
|
PropertyNotSetInConstructor:
src/Query/Exec/FinalizedSelectExecutor.php#L16
src/Query/Exec/FinalizedSelectExecutor.php:16:7: PropertyNotSetInConstructor: Property Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::$_sqlStatements is not defined in constructor of Doctrine\ORM\Query\Exec\FinalizedSelectExecutor or in any methods called in the constructor (see https://psalm.dev/074)
|
PropertyNotSetInConstructor:
src/Query/Exec/FinalizedSelectExecutor.php#L16
src/Query/Exec/FinalizedSelectExecutor.php:16:7: PropertyNotSetInConstructor: Property Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::$queryCacheProfile is not defined in constructor of Doctrine\ORM\Query\Exec\FinalizedSelectExecutor or in any methods called in the constructor (see https://psalm.dev/074)
|
DeprecatedMethod:
src/Query/SqlOutputWalker.php#L16
src/Query/SqlOutputWalker.php:16:50: DeprecatedMethod: The method Doctrine\ORM\Query\SqlWalker::getExecutor has been marked as deprecated (see https://psalm.dev/001)
|
DeprecatedClass:
src/Query/SqlWalker.php#L320
src/Query/SqlWalker.php:320:24: DeprecatedClass: Doctrine\ORM\Query\Exec\SingleSelectExecutor is marked deprecated (see https://psalm.dev/098)
|
UnusedBaselineEntry:
src/Query/ParserResult.php#L1
src/Query/ParserResult.php:0:0: UnusedBaselineEntry: Baseline for issue "PropertyNotSetInConstructor" has 1 extra entry. (see https://psalm.dev/316)
|
Static Analysis with Psalm
Process completed with exit code 2.
|
Static Analysis with Psalm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis with Psalm
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan (default, 2.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis with PHPStan (default, 2.5)
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan (2.13, default)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis with PHPStan (2.13, default)
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan (default, default)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Static Analysis with PHPStan (default, default)
The process '/usr/bin/git' failed with exit code 128
|