From ae5c3e31d52f476f9d2ae1b27c3b1cbb562d55fe Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Wed, 31 Jul 2024 18:24:07 +0200 Subject: [PATCH] [FEATURE] Show memory consumption of phpstan (#1414) Fixes #1372 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 830b23d..5a27fa7 100644 --- a/composer.json +++ b/composer.json @@ -149,7 +149,7 @@ "ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests", "ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml", "ci:php:sniff": "phpcs Classes Configuration Tests", - "ci:php:stan": "phpstan --no-progress", + "ci:php:stan": "phpstan --no-progress -v", "ci:static": [ "@ci:composer:normalize", "@ci:json:lint",