Fix different first/max result values taking up query cache space #7759
static-analysis.yml
on: pull_request
Static Analysis with Psalm
24s
Matrix: Static Analysis with PHPStan
Annotations
5 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#L417
src/Query/Parser.php:417:34: DeprecatedMethod: The method Doctrine\ORM\Query\ParserResult::setSqlExecutor has been marked as deprecated (see https://psalm.dev/001)
|
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 (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
|
Static Analysis with PHPStan (2.13, default)
The process '/usr/bin/git' failed with exit code 128
|