kkreft
11/10/2016 - 9:37 AM

csfixer

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
}