From 81c37c9a0a1e9ab57c9cb74c6860904e62632ff5 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 31 Mar 2022 02:21:48 +0800 Subject: [PATCH] Let command level follow phpstan.neon --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fea99826..5086fcf5 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,7 @@ "post-install-cmd": [ "[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/cghooks add" ], - "analyse": "phpstan analyse --memory-limit 300M -l 0 ./src", + "analyse": "phpstan analyse --memory-limit 300M", "cs-fix": "php-cs-fixer fix $1", "test": "bin/phpunit-swoole --no-coverage" }