Skip to content

Php8.4 support added #52

Php8.4 support added

Php8.4 support added #52

Triggered via pull request October 15, 2024 11:08
Status Failure
Total duration 3m 20s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
5s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/AutoDiscover.php#L627
Method \Laminas\Soap\AutoDiscover::handle() does not have parameter type hint nor @param annotation for its parameter $responseHandler.
MissingParamType: src/AutoDiscover.php#L627
src/AutoDiscover.php:627:28: MissingParamType: Parameter $responseHandler has no provided type (see https://psalm.dev/154)
MixedAssignment: src/AutoDiscover.php#L629
src/AutoDiscover.php:629:9: MixedAssignment: Unable to determine the type that $responseHandler is being assigned to (see https://psalm.dev/032)
MixedFunctionCall: src/AutoDiscover.php#L630
src/AutoDiscover.php:630:9: MixedFunctionCall: Cannot call function on mixed (see https://psalm.dev/185)
MissingClosureParamType: test/AutoDiscoverTest.php#L1463
test/AutoDiscoverTest.php:1463:40: MissingClosureParamType: Parameter $header has no provided type (see https://psalm.dev/153)