Fix different first/max result values taking up query cache space #7767
static-analysis.yml
on: pull_request
Static Analysis with Psalm
24s
Matrix: Static Analysis with PHPStan
Annotations
11 errors
Static Analysis with PHPStan (2.13, default):
src/Query/Parser.php#L417
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
Output walkers should no longer create the executor directly, but instead provide
a SqlFinalizer by implementing the `OutputWalker` interface. Thus, this method is
no longer needed and will be removed in 4.0.
|
Static Analysis with PHPStan (2.13, default):
src/Query/Parser.php#L420
Call to deprecated method setSqlExecutor() of class Doctrine\ORM\Query\ParserResult.
|
Static Analysis with PHPStan (2.13, default)
Process completed with exit code 1.
|
Static Analysis with PHPStan (default, default):
src/Query/Parser.php#L415
No error with identifier method.deprecated is reported on line 415.
|
Static Analysis with PHPStan (default, default):
src/Query/Parser.php#L417
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
Output walkers should no longer create the executor directly, but instead provide
a SqlFinalizer by implementing the `OutputWalker` interface. Thus, this method is
no longer needed and will be removed in 4.0.
|
Static Analysis with PHPStan (default, default):
src/Query/Parser.php#L418
No error with identifier method.deprecated is reported on line 418.
|
Static Analysis with PHPStan (default, default):
src/Query/Parser.php#L420
Call to deprecated method setSqlExecutor() of class Doctrine\ORM\Query\ParserResult.
|
Static Analysis with PHPStan (default, default)
Process completed with exit code 1.
|
Static Analysis with PHPStan (default, 2.5):
src/Query/Parser.php#L417
Call to deprecated method getExecutor() of class Doctrine\ORM\Query\SqlWalker:
Output walkers should no longer create the executor directly, but instead provide
a SqlFinalizer by implementing the `OutputWalker` interface. Thus, this method is
no longer needed and will be removed in 4.0.
|
Static Analysis with PHPStan (default, 2.5):
src/Query/Parser.php#L420
Call to deprecated method setSqlExecutor() of class Doctrine\ORM\Query\ParserResult.
|
Static Analysis with PHPStan (default, 2.5)
Process completed with exit code 1.
|