Merge branch '2.x' into 2.next #76
ci.yml
on: push
Coding Standard & Static Analysis
25s
Matrix: testsuite-linux
Annotations
3 errors
RiskyTruthyFalsyComparison:
src/Command/DumpSqlCommand.php#L92
src/Command/DumpSqlCommand.php:92:21: 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)
|
RiskyTruthyFalsyComparison:
src/Sql/SqlBase.php#L69
src/Sql/SqlBase.php:69:35: RiskyTruthyFalsyComparison: Operand of type false|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)
|
Coding Standard & Static Analysis
Process completed with exit code 2.
|