Resolves #939 replaced single quotes with nowdoc #792
coding-standards.yml
on: pull_request
Coding Standards
/
Coding Standards (PHP: 8.4)
22s
Annotations
5 errors
Coding Standards / Coding Standards (PHP: 8.4):
src/Generator/SqlGenerator.php#L20
Type var_export is not used in this file.
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Generator/SqlGenerator.php#L66
Function preg_replace() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Generator/SqlGenerator.php#L66
Function str_repeat() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.4):
src/Generator/SqlGenerator.php#L66
Multi-line function calls must have a trailing comma after the last parameter.
|
Coding Standards / Coding Standards (PHP: 8.4)
Process completed with exit code 1.
|