Update ci.yml #32
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
cs-stan
/
Coding Standard & Static Analysis
16s
Matrix: testsuite / testsuite-linux
Annotations
4 errors
|
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 1.
|
|
RiskyTruthyFalsyComparison:
src/Model/Behavior/SequenceBehavior.php#L255
src/Model/Behavior/SequenceBehavior.php:255:13: 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)
|
|
RiskyTruthyFalsyComparison:
src/Model/Behavior/SequenceBehavior.php#L540
src/Model/Behavior/SequenceBehavior.php:540:13: 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)
|
|
cs-stan / Coding Standard & Static Analysis
Process completed with exit code 2.
|