Skip to content

Lock file maintenance #161

Lock file maintenance

Lock file maintenance #161

Triggered via push June 24, 2024 02:53
Status Failure
Total duration 52s
Artifacts
ci  /  Generate job matrix
4s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

3 errors
RiskyTruthyFalsyComparison: src/Listener/ListenerOptions.php#L275
src/Listener/ListenerOptions.php:275:27: 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: test/Listener/LocatorRegistrationListenerTest.php#L141
test/Listener/LocatorRegistrationListenerTest.php:141:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: test/Listener/TestAsset/CustomPluginManagerFactory.php#L23
test/Listener/TestAsset/CustomPluginManagerFactory.php:23:20: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|null contains type array<array-key, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)