Fix different first/max result values taking up query cache space #7764
static-analysis.yml
on: pull_request
Static Analysis with Psalm
28s
Matrix: Static Analysis with PHPStan
Annotations
6 errors and 4 warnings
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/Parser.php#L418
src/Query/Parser.php:418:34: DeprecatedMethod: The method Doctrine\ORM\Query\ParserResult::setSqlExecutor has been marked as deprecated (see https://psalm.dev/001)
|
MissingParamType:
src/Query/SqlWalker.php#L303
src/Query/SqlWalker.php:303:34: MissingParamType: Parameter $AST has no provided type (see https://psalm.dev/154)
|
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
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan (2.13, default)
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan (default, default)
The process '/usr/bin/git' failed with exit code 128
|
Static Analysis with PHPStan (default, 2.5)
The process '/usr/bin/git' failed with exit code 128
|