Add support for PHP 8.4 #13369
Annotations
6 errors
MixedInferredReturnType:
tests/Internal/Codebase/InternalCallMapHandlerTest.php#L519
tests/Internal/Codebase/InternalCallMapHandlerTest.php:519:67: MixedInferredReturnType: Could not verify return type 'ReflectionFunctionAbstract|null' for Psalm\Tests\Internal\Codebase\InternalCallMapHandlerTest::getReflectionFunction (see https://psalm.dev/047)
|
PossiblyUndefinedArrayOffset:
tests/Internal/Codebase/InternalCallMapHandlerTest.php#L524
tests/Internal/Codebase/InternalCallMapHandlerTest.php:524:36: PossiblyUndefinedArrayOffset: Possibly undefined array key (see https://psalm.dev/167)
|
ArgumentTypeCoercion:
tests/Internal/Codebase/InternalCallMapHandlerTest.php#L525
tests/Internal/Codebase/InternalCallMapHandlerTest.php:525:49: ArgumentTypeCoercion: Argument 1 of ReflectionMethod::__construct expects class-string|object, but parent type string provided (see https://psalm.dev/193)
|
UndefinedMethod:
tests/Internal/Codebase/InternalCallMapHandlerTest.php#L527
tests/Internal/Codebase/InternalCallMapHandlerTest.php:527:24: UndefinedMethod: Method ReflectionMethod::createfrommethodname does not exist (see https://psalm.dev/022)
|
MixedReturnStatement:
tests/Internal/Codebase/InternalCallMapHandlerTest.php#L527
tests/Internal/Codebase/InternalCallMapHandlerTest.php:527:24: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
|
build
Process completed with exit code 2.
|