CI #341
ci.yml
on: schedule
Static analysis
19s
Code style
12s
Matrix: tests
Annotations
3 errors
RiskyTruthyFalsyComparison:
src/Plugin.php#L36
src/Plugin.php:36:13: RiskyTruthyFalsyComparison: Operand of type false|list<non-empty-string> contains type list<non-empty-string>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Plugin.php#L37
src/Plugin.php:37:13: RiskyTruthyFalsyComparison: Operand of type false|list<non-empty-string> contains type list<non-empty-string>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static analysis
Process completed with exit code 2.
|