Skip to content

Add support for PHP 8.4 #13371

Add support for PHP 8.4

Add support for PHP 8.4 #13371

Triggered via pull request September 18, 2024 13:03
Status Failure
Total duration 1m 7s
Artifacts

shepherd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L528
tests/Internal/Codebase/InternalCallMapHandlerTest.php:528:24: UndefinedMethod: Method ReflectionMethod::createfrommethodname does not exist (see https://psalm.dev/022)
MixedReturnStatement: tests/Internal/Codebase/InternalCallMapHandlerTest.php#L528
tests/Internal/Codebase/InternalCallMapHandlerTest.php:528:24: MixedReturnStatement: Could not infer a return type (see https://psalm.dev/138)
build
Process completed with exit code 2.