php-ml/tools/php-cs-fixer.sh

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/