php-ml/tools/php-cs-fixer.sh
2016-04-04 22:50:14 +02:00

7 lines
145 B
Bash
Executable File

#!/bin/bash
echo "Fixing src/ folder"
php-cs-fixer fix src/ --level=symfony
echo "Fixing tests/ folder"
php-cs-fixer fix tests/ --level=symfony