diff --git a/Makefile b/Makefile index dbcfb33..1cb760a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ test: stan: @echo "==> Running analysis" - @php $(BIN_DIR)/phpstan analyse -c $(ROOT_DIR)/phpstan.neon + @php $(BIN_DIR)/phpstan analyse -a $(ROOT_DIR)/extra/autoloader.php -l 4 src @echo "==> Analysis complete" travis: test stan