Use AbstractLogger instead of Closure in LoadDataFixturesDoctrineODMCommand. #618
coding-standards.yml
on: pull_request
Coding Standards
/
Coding Standards (PHP: 8.3)
21s
Annotations
5 errors
Coding Standards / Coding Standards (PHP: 8.3):
src/Command/LoadDataFixturesDoctrineODMCommand.php#L87
Expected 1 space after class keyword; 0 found
|
Coding Standards / Coding Standards (PHP: 8.3):
src/Command/LoadDataFixturesDoctrineODMCommand.php#L88
Opening brace should be on a new line
|
Coding Standards / Coding Standards (PHP: 8.3):
src/Command/LoadDataFixturesDoctrineODMCommand.php#L88
Closing brace must be on a line by itself
|
Coding Standards / Coding Standards (PHP: 8.3):
src/Command/LoadDataFixturesDoctrineODMCommand.php#L90
Class \Stringable should not be referenced via a fully qualified name, but via a use statement.
|
Coding Standards / Coding Standards (PHP: 8.3)
Process completed with exit code 1.
|