Allow Partial for Non-Object Hydration #6436
static-analysis.yml
on: pull_request
Static Analysis with Psalm
33s
Matrix: Static Analysis with PHPStan
Annotations
17 errors
DocblockTypeContradiction:
lib/Doctrine/ORM/Query/Parser.php#L1848
lib/Doctrine/ORM/Query/Parser.php:1848:13: DocblockTypeContradiction: 1 does not contain Doctrine\ORM\Query (see https://psalm.dev/155)
|
DocblockTypeContradiction:
lib/Doctrine/ORM/Query/Parser.php#L1848
lib/Doctrine/ORM/Query/Parser.php:1848:13: DocblockTypeContradiction: Docblock-defined type Doctrine\ORM\Query for $this->query is never =int(1) (see https://psalm.dev/155)
|
DocblockTypeContradiction:
lib/Doctrine/ORM/Query/Parser.php#L1848
lib/Doctrine/ORM/Query/Parser.php:1848:63: DocblockTypeContradiction: 5 does not contain Doctrine\ORM\Query (see https://psalm.dev/155)
|
DocblockTypeContradiction:
lib/Doctrine/ORM/Query/Parser.php#L1848
lib/Doctrine/ORM/Query/Parser.php:1848:63: DocblockTypeContradiction: Docblock-defined type Doctrine\ORM\Query for $this->query is never =int(5) (see https://psalm.dev/155)
|
Static Analysis with Psalm
Process completed with exit code 2.
|
Static Analysis with PHPStan (default, 2.5):
lib/Doctrine/ORM/Query/Parser.php#L1848
Result of || is always false.
|
Static Analysis with PHPStan (default, 2.5):
lib/Doctrine/ORM/Query/Parser.php#L1848
Strict comparison using === between Doctrine\ORM\Query and 1 will always evaluate to false.
|
Static Analysis with PHPStan (default, 2.5):
lib/Doctrine/ORM/Query/Parser.php#L1848
Strict comparison using === between Doctrine\ORM\Query and 5 will always evaluate to false.
|
Static Analysis with PHPStan (default, 2.5)
Process completed with exit code 1.
|
Static Analysis with PHPStan (default, default):
lib/Doctrine/ORM/Query/Parser.php#L1848
Result of || is always false.
|
Static Analysis with PHPStan (default, default):
lib/Doctrine/ORM/Query/Parser.php#L1848
Strict comparison using === between Doctrine\ORM\Query and 1 will always evaluate to false.
|
Static Analysis with PHPStan (default, default):
lib/Doctrine/ORM/Query/Parser.php#L1848
Strict comparison using === between Doctrine\ORM\Query and 5 will always evaluate to false.
|
Static Analysis with PHPStan (default, default)
Process completed with exit code 1.
|
Static Analysis with PHPStan (2.13, default):
lib/Doctrine/ORM/Query/Parser.php#L1848
Result of || is always false.
|
Static Analysis with PHPStan (2.13, default):
lib/Doctrine/ORM/Query/Parser.php#L1848
Strict comparison using === between Doctrine\ORM\Query and 1 will always evaluate to false.
|
Static Analysis with PHPStan (2.13, default):
lib/Doctrine/ORM/Query/Parser.php#L1848
Strict comparison using === between Doctrine\ORM\Query and 5 will always evaluate to false.
|
Static Analysis with PHPStan (2.13, default)
Process completed with exit code 1.
|