Skip to content

Lock file maintenance #307

Lock file maintenance

Lock file maintenance #307

Triggered via push February 2, 2026 19:07
Status Failure
Total duration 1m 5s
Artifacts
ci  /  Generate job matrix
9s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

12 errors
PossiblyFalseReference: test/ServerTest.php#L119
test/ServerTest.php:119:54: PossiblyFalseReference: Cannot call method getCallback on possibly false value (see https://psalm.dev/105)
RiskyTruthyFalsyComparison: src/Smd/Service.php#L446
src/Smd/Service.php:446:13: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Smd/Service.php#L379
src/Smd/Service.php:379:21: RiskyTruthyFalsyComparison: Operand of type false|int<0, max> contains type int<0, max>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PossiblyFalseArgument: src/Server.php#L601
src/Server.php:601:40: PossiblyFalseArgument: Argument 1 of Laminas\Json\Server\Server::_dispatch cannot be false, possibly Laminas\Server\Method\Definition value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Server.php#L593
src/Server.php:593:13: PossiblyFalseArgument: Argument 3 of Laminas\Json\Server\Server::validateAndPrepareParams cannot be false, possibly Laminas\Server\Method\Definition value expected (see https://psalm.dev/104)
RiskyTruthyFalsyComparison: src/Server.php#L551
src/Server.php:551:17: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
MixedArrayAccess: src/Server.php#L415
src/Server.php:415:19: MixedArrayAccess: Cannot access array value on mixed variable $param (see https://psalm.dev/051)
RiskyTruthyFalsyComparison: src/Request/Http.php#L27
src/Request/Http.php:27:15: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)