Lock file maintenance #311
Annotations
4 errors
Psalm [8.1, locked]:
src/AbstractContainer.php#L224
src/AbstractContainer.php:224:17: 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)
|
Psalm [8.1, locked]:
src/Navigation.php#L28
src/Navigation.php:28:13: RiskyTruthyFalsyComparison: Operand of type iterable<array-key|mixed, mixed>|null contains type iterable<array-key|mixed, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Psalm [8.1, locked]:
src/Navigation.php#L35
src/Navigation.php:35:13: RiskyTruthyFalsyComparison: Operand of type iterable<array-key|mixed, mixed>|null contains type iterable<array-key|mixed, mixed>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Psalm [8.1, locked]:
src/Page/Mvc.php#L387
src/Page/Mvc.php:387:28: 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)
|
Loading