gitlist-php / gitlist

An elegant and modern git repository viewer
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Fix coding style towards PSR2 #41

Open PABourdin opened 7 years ago

PABourdin commented 7 years ago

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.

DannyvdSluijs commented 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.