php-ml/tools/php-cs-fixer.sh
2016-12-12 18:10:58 +01:00

7 lines
113 B
Bash
Executable File

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