Lock file maintenance #389
continuous-integration.yml
on: push
ci
/
Generate job matrix
11s
Matrix: ci / QA Checks
Annotations
7 errors
RiskyTruthyFalsyComparison:
src/AbstractWord.php#L288
src/AbstractWord.php:288: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/ReCaptcha.php#L170
src/ReCaptcha.php:170:15: RiskyTruthyFalsyComparison: Operand of type array<string, mixed>|null contains type array<string, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
test/FactoryTest.php#L154
test/FactoryTest.php:154: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/FactoryTest.php#L169
test/FactoryTest.php:169: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/ImageTest.php#L144
test/ImageTest.php:144: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/ReCaptchaTest.php#L26
test/ReCaptchaTest.php:26: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/TestAsset/MockCaptcha.php#L36
test/TestAsset/MockCaptcha.php:36:16: 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)
|