From f974b5aca56ca15c3c9eec17b970db5a10d4ee21 Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Fri, 14 Apr 2023 13:12:59 +0200 Subject: [PATCH] [CI][PHPStan] Use level from the configuration file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e3c5cdd..99d4f38e 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "scripts": { "analyse": [ "@composer validate --strict", - "vendor/bin/phpstan.phar analyse -c phpstan.neon.dist -l max src/", + "vendor/bin/phpstan.phar analyse", "vendor/bin/psalm" ], "fix": [