From 41d8d333a6ae95d599de8b214a0c1b47ae9b913b Mon Sep 17 00:00:00 2001 From: At15 Date: Wed, 21 Oct 2015 12:32:47 +0800 Subject: [PATCH] Update run-check.sh Fix outdated comment --- run-check.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/run-check.sh b/run-check.sh index a738d35..bf8e29a 100755 --- a/run-check.sh +++ b/run-check.sh @@ -2,9 +2,8 @@ # a shortcut for running all test commands -# TODO:this require phpunit install globaly, should use the vendor version instead +# use the vendor version instead ./vendor/bin/phpunit -# phpcs - -./vendor/bin/phpcs --standard=PSR2 ./src \ No newline at end of file +# use the vendored phpcs +./vendor/bin/phpcs --standard=PSR2 ./src