Resolves #939 replaced single quotes with nowdoc #799
coding-standards.yml
on: pull_request
Coding Standards
/
Coding Standards (PHP: 8.4)
14s
Annotations
8 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):
tests/Generator/SqlGeneratorTest.php#L140
Function implode() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.4):
tests/Generator/SqlGeneratorTest.php#L141
Function str_repeat() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.4):
tests/Generator/SqlGeneratorTest.php#L142
Function explode() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.4)
Process completed with exit code 1.
|