PHP 8.3 support tests #69
static-analysis.yml
on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
6 errors
UndefinedVariable:
src/Doctrine/Instantiator/Instantiator.php#L178
src/Doctrine/Instantiator/Instantiator.php:178:121: UndefinedVariable: Cannot find referenced variable $error (see https://psalm.dev/024)
|
UndefinedVariable:
src/Doctrine/Instantiator/Instantiator.php#L196
src/Doctrine/Instantiator/Instantiator.php:196:13: UndefinedVariable: Cannot find referenced variable $error (see https://psalm.dev/024)
|
Static Analysis / Psalm (8.2)
Process completed with exit code 2.
|
Static Analysis / PHPStan (8.2):
src/Doctrine/Instantiator/Instantiator.php#L1
Ignored error pattern #Method Doctrine\\Instantiator\\Instantiator\:\:buildFactory\(\) should return callable\(\): T of object but returns Closure\(\): mixed\.# in path /home/runner/work/instantiator/instantiator/src/Doctrine/Instantiator/Instantiator.php was not matched in reported errors.
|
Static Analysis / PHPStan (8.2):
src/Doctrine/Instantiator/Instantiator.php#L135
Method Doctrine\Instantiator\Instantiator::buildFactory() should return callable(): T but returns Closure(): mixed.
|
Static Analysis / PHPStan (8.2)
Process completed with exit code 1.
|