use bin/php-cs-fixer instead of bundle version

This commit is contained in:
Robert Hafner 2014-04-19 23:42:19 -07:00
parent 9ad874d69e
commit 9d26773f7f

View File

@ -14,4 +14,4 @@ echo ''
echo ''
echo 'Testing for Coding Styling Compliance.'
echo 'All code should follow PSR standards.'
./vendor/fabpot/php-cs-fixer/php-cs-fixer fix ./ --level="all" -vv --dry-run
./vendor/bin/php-cs-fixer fix ./ --level="all" -vv --dry-run