From 8b434ebf80c4c9a7101bd49abf78b677a7f1a3c3 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 28 Jun 2019 14:00:19 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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