Fix different first/max result values taking up query cache space #7753
static-analysis.yml
on: pull_request
Static Analysis with Psalm
42s
Matrix: Static Analysis with PHPStan
Annotations
17 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#L416
src/Query/Parser.php:416: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 PHPStan (default, default):
src/Query/Parser.php#L415
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
This method will be removed from the interface in 3.0.
|
Static Analysis with PHPStan (default, default):
src/Query/Parser.php#L416
Call to deprecated method setSqlExecutor() of class Doctrine\ORM\Query\ParserResult.
|
Static Analysis with PHPStan (default, default):
src/Query/SqlOutputWalker.php#L16
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
This method will be removed from the interface in 3.0.
|
Static Analysis with PHPStan (default, default)
Process completed with exit code 1.
|
Static Analysis with PHPStan (2.13, default):
src/Query/Parser.php#L415
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
This method will be removed from the interface in 3.0.
|
Static Analysis with PHPStan (2.13, default):
src/Query/Parser.php#L416
Call to deprecated method setSqlExecutor() of class Doctrine\ORM\Query\ParserResult.
|
Static Analysis with PHPStan (2.13, default):
src/Query/SqlOutputWalker.php#L16
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
This method will be removed from the interface in 3.0.
|
Static Analysis with PHPStan (2.13, default)
Process completed with exit code 1.
|
Static Analysis with PHPStan (default, 2.5):
src/Query/Parser.php#L415
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
This method will be removed from the interface in 3.0.
|
Static Analysis with PHPStan (default, 2.5):
src/Query/Parser.php#L416
Call to deprecated method setSqlExecutor() of class Doctrine\ORM\Query\ParserResult.
|
Static Analysis with PHPStan (default, 2.5):
src/Query/SqlOutputWalker.php#L16
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
This method will be removed from the interface in 3.0.
|
Static Analysis with PHPStan (default, 2.5)
Process completed with exit code 1.
|
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 (2.13, 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
|