csfixer
csfixer() { CS_PATH=${1:-src} if [ -f ./bin/php-cs-fixer ]; then command php bin/php-cs-fixer fix $CS_PATH else command php vendor/bin/php-cs-fixer $fix CS_PATH fi }