create php-cs-fixer start script

This commit is contained in:
Arkadiusz Kondas 2016-04-04 22:50:14 +02:00
parent bd31f9a025
commit 8d910410c8
1 changed files with 6 additions and 0 deletions

6
tools/php-cs-fixer.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
echo "Fixing src/ folder"
php-cs-fixer fix src/ --level=symfony
echo "Fixing tests/ folder"
php-cs-fixer fix tests/ --level=symfony