From 80a69825228658d86ac2deba46243992e265cd3e Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 28 Jun 2019 09:48:06 +0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a13cf9e..dbcfb33 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ test: stan: @echo "==> Running analysis" - @php $(BIN_DIR)/phpstan analyse -l 4 -c $(ROOT_DIR)/phpstan.neon $(SRC_DIR) + @php $(BIN_DIR)/phpstan analyse -c $(ROOT_DIR)/phpstan.neon @echo "==> Analysis complete" travis: test stan