Skip to content

Lock file maintenance #279

Lock file maintenance

Lock file maintenance #279

Triggered via push June 24, 2024 17:20
Status Failure
Total duration 50s
Artifacts
ci  /  Generate job matrix
6s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

6 errors
RiskyTruthyFalsyComparison: src/EventManager.php#L138
src/EventManager.php:138:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|object 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)
RiskyTruthyFalsyComparison: src/EventManager.php#L157
src/EventManager.php:157:13: RiskyTruthyFalsyComparison: Operand of type array<array-key, mixed>|object 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)
RiskyTruthyFalsyComparison: src/EventManager.php#L284
src/EventManager.php:284: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/EventManager.php#L330
src/EventManager.php:330:25: RiskyTruthyFalsyComparison: Operand of type callable|null contains type callable, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Filter/FilterIterator.php#L111
src/Filter/FilterIterator.php:111:13: RiskyTruthyFalsyComparison: Operand of type mixed|null 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/EventManagerTest.php#L816
test/EventManagerTest.php:816:13: RiskyTruthyFalsyComparison: Operand of type callable|null contains type callable, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)