Fix hex string literal (x'...') parsing in CREATE TABLE DEFAULT values #1059
Annotations
8 errors
|
Analyse files with Psalm
Process completed with exit code 2.
|
|
Analyse files with PHPStan
Process completed with exit code 1.
|
|
Analyse files with PHPStan:
tests/Builder/CreateStatementTest.php#L894
Dynamic call to static method PHPUnit\Framework\Assert::assertStringContainsString().
|
|
Analyse files with PHPStan:
tests/Builder/CreateStatementTest.php#L893
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
|
|
Analyse files with PHPStan:
tests/Builder/CreateStatementTest.php#L883
Dynamic call to static method PHPUnit\Framework\Assert::assertEquals().
|
|
Analyse files with PHPStan:
tests/Builder/CreateStatementTest.php#L882
Dynamic call to static method PHPUnit\Framework\Assert::assertEmpty().
|
|
Analyse files with PHPStan:
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 files with PHPStan:
src/Token.php#L267
Only booleans are allowed in a negated boolean, int<0, 32> given.
|
Loading