From 9d26773f7fbf863e5386ecb1dae7c7b905fe05c7 Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Sat, 19 Apr 2014 23:42:19 -0700 Subject: [PATCH] use bin/php-cs-fixer instead of bundle version --- tests/runTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runTests.sh b/tests/runTests.sh index c4a37bc..0547fd7 100755 --- a/tests/runTests.sh +++ b/tests/runTests.sh @@ -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 \ No newline at end of file +./vendor/bin/php-cs-fixer fix ./ --level="all" -vv --dry-run \ No newline at end of file