Fix error when use numeric for reference name #471
coding-standards.yml
on: pull_request
Coding Standards
/
Coding Standards (PHP: 8.4)
15s
Annotations
4 errors
Coding Standards / Coding Standards (PHP: 8.4):
src/ReferenceRepository.php#L195
Function array_map() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.4):
tests/Common/DataFixtures/ReferenceRepositoryTest.php#L248
Equals sign not aligned with surrounding assignments; expected 18 spaces but found 1 space
|
Coding Standards / Coding Standards (PHP: 8.4):
tests/Common/DataFixtures/ReferenceRepositoryTest.php#L260
Expected 1 space after cast statement; 0 found
|
Coding Standards / Coding Standards (PHP: 8.4)
Process completed with exit code 1.
|