From c4ab297aad87761207b40c678aa6d8276cc13287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=BA=AA?= Date: Mon, 2 Dec 2019 15:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=92=8CPHPSTAN=E7=BB=9F=E4=B8=80=E7=94=A8?= =?UTF-8?q?=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 95c1efe1..65eeb994 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ ], "test": "co-phpunit -c phpunit.xml --colors=always", "cs-fix": "php-cs-fixer fix $1", - "analyze": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config", + "analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config", "start": "php ./bin/hyperf.php start", "init-proxy": "init-proxy.sh" }