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