Skip to content

Lock file maintenance #389

Lock file maintenance

Lock file maintenance #389

Triggered via push March 15, 2024 13:06
Status Failure
Total duration 3m 26s
Artifacts
ci  /  Generate job matrix
11s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

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)