Use updated PHP-CS-Fixer in standard location
This commit is contained in:
parent
6c94709d77
commit
733743acca
|
@ -8,4 +8,4 @@ else
|
|||
EXTRA_ARGS='';
|
||||
fi
|
||||
|
||||
./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --diff --diff-format=udiff --dry-run --using-cache=no ${EXTRA_ARGS}
|
||||
./vendor/bin/php-cs-fixer check -v --diff --using-cache=no ${EXTRA_ARGS}
|
||||
|
|
Loading…
Reference in a new issue