The current coding style violations can be seen with: ``` ./vendor/bin/phpcs --standard=PSR2 src/ ``` and fixed with: ``` ./vendor/bin/phpcbf --standard=PSR2 src/ ``` Thanks Danny for your help. EDIT: Alex might initiate the fix on master once we face a release.
The current coding style violations can be seen with:
and fixed with:
Thanks Danny for your help. EDIT: Alex might initiate the fix on master once we face a release.