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