Php8.4 support added #52
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
5s
Matrix: ci / QA Checks
Annotations
8 errors
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/AutoDiscover.php#L18
Type header is not used in this file.
|
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.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/AutoDiscoverTest.php#L1463
Expected 1 space after FUNCTION keyword; 0 found
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/ServerTest.php#L1070
Expected 1 newline at end of file; 0 found
|
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)
|