From 733743acca3d5d22050b20c0a8058675b976ed86 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Mon, 15 Jan 2024 14:13:44 +0100 Subject: [PATCH] Use updated PHP-CS-Fixer in standard location --- php-cs/check-php-cs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-cs/check-php-cs.sh b/php-cs/check-php-cs.sh index b3d2869..986885e 100755 --- a/php-cs/check-php-cs.sh +++ b/php-cs/check-php-cs.sh @@ -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}