Skip to content

Lock file maintenance #370

Lock file maintenance

Lock file maintenance #370

Triggered via push January 22, 2024 01:19
Status Failure
Total duration 1m 2s
Artifacts
ci  /  Generate job matrix
9s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

4 errors
RiskyTruthyFalsyComparison: src/PhoneNumberValue.php#L193
src/PhoneNumberValue.php:193:13: RiskyTruthyFalsyComparison: Operand of type int|null contains type int, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Validator/PhoneNumber.php#L193
src/Validator/PhoneNumber.php:193:47: RiskyTruthyFalsyComparison: Operand of type non-empty-string|null contains type non-empty-string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/View/Helper/PhoneNumberFormat.php#L28
src/View/Helper/PhoneNumberFormat.php:28:17: RiskyTruthyFalsyComparison: Operand of type non-empty-string|null contains type non-empty-string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PossiblyNullArrayAccess: test/ProjectIntegrationTestCase.php#L36
test/ProjectIntegrationTestCase.php:36:15: PossiblyNullArrayAccess: Cannot access array value on possibly null variable $dependencies['services'] of type array<string, array<array-key, mixed>|object>|null (see https://psalm.dev/079)