diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index b75a4b641..1a33b1aa9 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -47,6 +47,7 @@ laravel) composer install "$PSALM" --monochrome ;; + *) echo "Usage: test-with-real-projects.sh {phpunit|collections|laravel|psl}" exit 1