Fix hex string literal (x'...') parsing in CREATE TABLE DEFAULT values #1059
lint-and-analyse-php.yml
on: pull_request
Matrix: analyse-php
Matrix: lint-php
Annotations
9 errors
|
analyse-php (7.4)
Process completed with exit code 2.
|
|
analyse-php (7.4)
Process completed with exit code 1.
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L894
Dynamic call to static method PHPUnit\Framework\Assert::assertStringContainsString().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L893
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L883
Dynamic call to static method PHPUnit\Framework\Assert::assertEquals().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L882
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
|
|
analyse-php (7.4):
tests/Builder/CreateStatementTest.php#L26
Ignored error pattern #^Dynamic call to static method PHPUnit\\Framework\\Assert\:\:assertEquals\(\)\.$# in path /home/runner/work/sql-parser/sql-parser/tests/Builder/CreateStatementTest.php is expected to occur 34 times, but occurred 35 times.
|
|
analyse-php (7.4):
src/Token.php#L267
Only booleans are allowed in a negated boolean, int<0, 32> given.
|
|
lint-php (7.2)
Process completed with exit code 1.
|