Skip to content

fixes in linting issues. #33

fixes in linting issues.

fixes in linting issues. #33

Triggered via push March 19, 2025 12:20
Status Failure
Total duration 28s
Artifacts
Coding standards
12s
Coding standards
Static analysis
15s
Static analysis
Code coverage
0s
Code coverage
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static analysis: src/Handler/Command.php#L61
Cannot access offset 'iss' on mixed.
Static analysis: src/Handler/Command.php#L66
Cannot cast mixed to string.
Static analysis: src/Handler/Command.php#L81
Method HelloCoop\Handler\Command::verifyCommandToken() should return array<string, mixed>|string|false but returns mixed.
Static analysis: src/Handler/Command.php#L115
Cannot cast mixed to string.
Static analysis: src/Handler/Command.php#L115
Expression on left side of ?? is not nullable.
Static analysis: src/Handler/Command.php#L128
Cannot access offset 'command' on array<string, mixed>|string|false.
Static analysis: src/Handler/Command.php#L128
Cannot cast mixed to string.
Static analysis: src/Handler/Command.php#L135
Cannot access offset 'iss' on array<string, mixed>|string|false.
Static analysis: src/Handler/Command.php#L135
Cannot cast mixed to string.
Static analysis: src/Handler/Command.php#L136
Cannot access offset 'sub' on array<string, mixed>|string|false.