Skip to content

Resolves #939 replaced single quotes with nowdoc #799

Resolves #939 replaced single quotes with nowdoc

Resolves #939 replaced single quotes with nowdoc #799

Re-run triggered November 29, 2024 14:54
Status Failure
Total duration 24s
Artifacts

coding-standards.yml

on: pull_request
Coding Standards  /  Coding Standards (PHP: 8.4)
14s
Coding Standards / Coding Standards (PHP: 8.4)
Fit to window
Zoom out
Zoom in

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.