Lock file maintenance #370
continuous-integration.yml
on: push
ci
/
Generate job matrix
9s
Matrix: ci / QA Checks
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)
|