Coding Standards
You can check your code for Sylius coding standard by running the following command:
vendor/bin/ecs check src tests
Some of the violations can be automatically fixed by running the same command with --fix
suffix like:
vendor/bin/ecs check src tests --fix
Last updated
Was this helpful?