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