Skip to content

Fix different first/max result values taking up query cache space #7767

Fix different first/max result values taking up query cache space

Fix different first/max result values taking up query cache space #7767

Triggered via pull request October 10, 2024 12:02
Status Failure
Total duration 10m 46s
Artifacts

static-analysis.yml

on: pull_request
Static Analysis with Psalm
24s
Static Analysis with Psalm
Matrix: Static Analysis with PHPStan
Fit to window
Zoom out
Zoom in

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.