Sync with CI pipeline configuration for PHPUnit #357
ci.yml
on: push
Matrix: Tests
Coding Guidelines
11s
Type Checker
18s
Code Coverage
4m 19s
Annotations
3 errors
|
Type Checker
Process completed with exit code 2.
|
|
RiskyTruthyFalsyComparison:
src/Parser.php#L51
src/Parser.php:51:25: 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/Parser.php#L50
src/Parser.php:50:25: 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)
|