Skip to content

Add support for PHP 8.4 #63

Add support for PHP 8.4

Add support for PHP 8.4 #63

Triggered via pull request November 18, 2024 12:45
Status Failure
Total duration 1m 42s
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

10 errors
TypeDoesNotContainType: src/AutoDiscover.php#L175
src/AutoDiscover.php:175:17: TypeDoesNotContainType: Type never for $classMap is never object (see https://psalm.dev/056)
NoValue: src/AutoDiscover.php#L175
src/AutoDiscover.php:175:50: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
RedundantCondition: src/AutoDiscover.php#L175
src/AutoDiscover.php:175:63: RedundantCondition: Type never for $classMap is never object (see https://psalm.dev/122)
NoValue: src/AutoDiscover.php#L262
src/AutoDiscover.php:262:50: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
NoValue: src/AutoDiscover.php#L276
src/AutoDiscover.php:276:57: NoValue: All possible types for this argument were invalidated - This may be dead code (see https://psalm.dev/179)
InvalidArgument: src/AutoDiscover.php#L612
src/AutoDiscover.php:612:40: InvalidArgument: Argument 1 of Laminas\Soap\Wsdl::dump expects bool, but string provided (see https://psalm.dev/004)
MixedAssignment: src/Client.php#L238
src/Client.php:238:30: MixedAssignment: Unable to determine the type that $key is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Client.php#L239
src/Client.php:239:32: MixedArgument: Argument 1 of strtolower cannot be array-key|mixed, expecting string (see https://psalm.dev/030)
InvalidArrayAccess: src/Client/DotNet.php#L192
src/Client/DotNet.php:192:19: InvalidArrayAccess: Cannot access array value on non-array variable $options of type iterable<array-key|mixed, mixed> (see https://psalm.dev/005)
MixedAssignment: src/Client/DotNet.php#L197
src/Client/DotNet.php:197:9: MixedAssignment: Unable to determine the type that $this->options is being assigned to (see https://psalm.dev/032)