Restore job with --prefer-lowest #6485
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static-analysis.yml
on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Annotations
15 errors
DocblockTypeContradiction:
lib/Doctrine/ORM/Query.php#L248
lib/Doctrine/ORM/Query.php:248:13: DocblockTypeContradiction: Psr\Cache\CacheItemInterface does not contain null (see https://psalm.dev/155)
|
TypeDoesNotContainNull:
lib/Doctrine/ORM/Query.php#L248
lib/Doctrine/ORM/Query.php:248:13: TypeDoesNotContainNull: Cannot resolve types for $newCacheItem - Psr\Cache\CacheItemInterface does not contain null (see https://psalm.dev/090)
|
ForbiddenCode:
lib/Doctrine/ORM/Query.php#L249
lib/Doctrine/ORM/Query.php:249:13: ForbiddenCode: Unsafe var_dump (see https://psalm.dev/002)
|
NullArgument:
lib/Doctrine/ORM/Query.php#L249
lib/Doctrine/ORM/Query.php:249:32: NullArgument: Argument 1 of get_class cannot be null, null value provided to parameter with type object (see https://psalm.dev/057)
|
Static Analysis with Psalm (default)
Process completed with exit code 2.
|
Static Analysis with PHPStan (default, phpstan.neon):
lib/Doctrine/ORM/Query.php#L248
Strict comparison using === between Psr\Cache\CacheItemInterface and null will always evaluate to false.
|
Static Analysis with PHPStan (default, phpstan.neon)
Process completed with exit code 1.
|
Static Analysis with PHPStan (4@dev, phpstan-dbal4.neon):
lib/Doctrine/ORM/Query.php#L248
Strict comparison using === between Psr\Cache\CacheItemInterface and null will always evaluate to false.
|
Static Analysis with PHPStan (4@dev, phpstan-dbal4.neon)
Process completed with exit code 1.
|
Static Analysis with Psalm (4@dev)
The job was canceled because "default" failed.
|
DocblockTypeContradiction:
lib/Doctrine/ORM/Query.php#L248
lib/Doctrine/ORM/Query.php:248:13: DocblockTypeContradiction: Psr\Cache\CacheItemInterface does not contain null (see https://psalm.dev/155)
|
TypeDoesNotContainNull:
lib/Doctrine/ORM/Query.php#L248
lib/Doctrine/ORM/Query.php:248:13: TypeDoesNotContainNull: Cannot resolve types for $newCacheItem - Psr\Cache\CacheItemInterface does not contain null (see https://psalm.dev/090)
|
ForbiddenCode:
lib/Doctrine/ORM/Query.php#L249
lib/Doctrine/ORM/Query.php:249:13: ForbiddenCode: Unsafe var_dump (see https://psalm.dev/002)
|
NullArgument:
lib/Doctrine/ORM/Query.php#L249
lib/Doctrine/ORM/Query.php:249:32: NullArgument: Argument 1 of get_class cannot be null, null value provided to parameter with type object (see https://psalm.dev/057)
|
Static Analysis with Psalm (4@dev)
The operation was canceled.
|