Fix format words after "." as identifiers only #268
static-analysis.yml
on: pull_request
Matrix: Static Analysis / PHPStan
Matrix: Static Analysis / Psalm
Annotations
4 errors
Static Analysis / PHPStan (8.3):
src/SqlFormatter.php#L81
Call to function assert() with false will always evaluate to false.
|
Static Analysis / PHPStan (8.3):
src/SqlFormatter.php#L81
Comparison operation ">" between 0 and 0 is always false.
|
Static Analysis / PHPStan (8.3):
src/SqlFormatter.php#L255
Comparison operation "<" between int<0, max> and 0 is always false.
|
Static Analysis / PHPStan (8.3)
Process completed with exit code 1.
|