Build insert statement with context's quote style #1006
lint-and-analyse-php.yml
on: pull_request
Matrix: analyse-php
Matrix: lint-php
Annotations
5 errors
analyse-php (7.4)
Process completed with exit code 1.
|
analyse-php (7.4):
tests/Builder/InsertStatementTest.php#L36
Ignored error pattern #^Dynamic call to static method PHPUnit\\Framework\\Assert\:\:assertEquals\(\)\.$# in path /home/runner/work/sql-parser/sql-parser/tests/Builder/InsertStatementTest.php is expected to occur 6 times, but occurred only 2 times.
|
analyse-php (7.4):
src/Components/IntoKeyword.php#L275
Only booleans are allowed in a ternary operator condition, array<string>|null given.
|
analyse-php (7.4):
src/Components/IntoKeyword.php#L0
Ignored error pattern #^Construct empty\(\) is not allowed\. Use more strict comparison\.$# in path /home/runner/work/sql-parser/sql-parser/src/Components/IntoKeyword.php was not matched in reported errors.
|
lint-php (7.2)
Process completed with exit code 1.
|