Open PABourdin opened 7 years ago
Alex offered to do it directly on the master. No issues from my side. Could save us a lot of merge conflicts.
Sent from my iPhone
On 21 Aug 2017, at 22:46, Philippe Bourdin notifications@github.com wrote:
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. I will initiate with the fix once the currently open PRs are merged.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
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.