Skip to content

Merge branch '2.x' into 2.next #76

Merge branch '2.x' into 2.next

Merge branch '2.x' into 2.next #76

Triggered via push November 17, 2024 08:31
Status Failure
Total duration 1m 19s
Artifacts

ci.yml

on: push
Coding Standard & Static Analysis
25s
Coding Standard & Static Analysis
Matrix: testsuite-linux
Fit to window
Zoom out
Zoom in

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.