Skip to content

Lock file maintenance #222

Lock file maintenance

Lock file maintenance #222

Triggered via push January 22, 2024 01:03
Status Failure
Total duration 53s
Artifacts
ci  /  Generate job matrix
10s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

5 errors
PossiblyNullPropertyAssignmentValue: src/MailHide.php#L283
src/MailHide.php:283:34: PossiblyNullPropertyAssignmentValue: $this->emailDomainPart with non-nullable declared type 'string' cannot be assigned nullable type 'null|string' (see https://psalm.dev/148)
RiskyTruthyFalsyComparison: test/MailHideTest.php#L34
test/MailHideTest.php:34:13: 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)
RiskyTruthyFalsyComparison: test/MailHideTest.php#L36
test/MailHideTest.php:36:16: 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)
RiskyTruthyFalsyComparison: test/ReCaptchaTest.php#L33
test/ReCaptchaTest.php:33:13: 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)
TypeDoesNotContainType: test/ReCaptchaTest.php#L33
test/ReCaptchaTest.php:33:38: TypeDoesNotContainType: Operand of type false is always falsy (see https://psalm.dev/056)