Skip to content

Upgrade to PHP 8.5 support and latest dependencies #71

Upgrade to PHP 8.5 support and latest dependencies

Upgrade to PHP 8.5 support and latest dependencies #71

Triggered via pull request October 20, 2025 09:41
Status Failure
Total duration 22s
Artifacts

analyzers.yaml

on: pull_request
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

11 errors
PHP 8.4 @ ubuntu-latest
Process completed with exit code 2.
PossiblyFalseArgument: src/Transport/ExtSoapServerTransport.php#L26
src/Transport/ExtSoapServerTransport.php:26:33: PossiblyFalseArgument: Argument 1 of Soap\Engine\HttpBinding\SoapResponse::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Metadata/MethodsParser.php#L65
src/Metadata/MethodsParser.php:65:13: PossiblyFalseArgument: Argument 2 of array_map cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
NullableReturnStatement: src/Metadata/MethodsParser.php#L44
src/Metadata/MethodsParser.php:44:16: NullableReturnStatement: The declared return type 'string' for Soap\ExtSoapEngine\Metadata\MethodsParser::transformListResponseToArray is not nullable, but the function returns 'null|string' (see https://psalm.dev/139)
InvalidNullableReturnType: src/Metadata/MethodsParser.php#L42
src/Metadata/MethodsParser.php:42:74: InvalidNullableReturnType: The declared return type 'string' for Soap\ExtSoapEngine\Metadata\MethodsParser::transformListResponseToArray is not nullable, but 'null|string' contains null (see https://psalm.dev/144)
PHP 8.3 @ ubuntu-latest
Process completed with exit code 2.
PossiblyFalseArgument: src/Transport/ExtSoapServerTransport.php#L26
src/Transport/ExtSoapServerTransport.php:26:33: PossiblyFalseArgument: Argument 1 of Soap\Engine\HttpBinding\SoapResponse::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Metadata/MethodsParser.php#L65
src/Metadata/MethodsParser.php:65:13: PossiblyFalseArgument: Argument 2 of array_map cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
NullableReturnStatement: src/Metadata/MethodsParser.php#L44
src/Metadata/MethodsParser.php:44:16: NullableReturnStatement: The declared return type 'string' for Soap\ExtSoapEngine\Metadata\MethodsParser::transformListResponseToArray is not nullable, but the function returns 'null|string' (see https://psalm.dev/139)
InvalidNullableReturnType: src/Metadata/MethodsParser.php#L42
src/Metadata/MethodsParser.php:42:74: InvalidNullableReturnType: The declared return type 'string' for Soap\ExtSoapEngine\Metadata\MethodsParser::transformListResponseToArray is not nullable, but 'null|string' contains null (see https://psalm.dev/144)
PHP 8.5 @ ubuntu-latest
Process completed with exit code 1.