Create script to run PHP-CS-Fixer

This commit is contained in:
Marco Petersen 2018-09-12 23:24:48 +03:00
parent bf13004ef4
commit 60119c5b1b

View File

@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php vendor/bin/php-cs-fixer fix .)