From edcb078635ba0945ec6eac66a514151a698339f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pel=C3=AD=C5=A1ek?= Date: Fri, 18 Oct 2024 11:18:51 +0200 Subject: [PATCH] Increase phpstan level --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index facc90d6..4674e7eb 100644 --- a/composer.json +++ b/composer.json @@ -43,8 +43,8 @@ "Composer\\Config::disableProcessTimeout", "infection -j$(nproc)" ], - "phpstan": "phpstan analyze --level 2 src", - "phpstan-next": "phpstan analyze --level 3 src", + "phpstan": "phpstan analyze --level 3 src", + "phpstan-next": "phpstan analyze --level 4 src", "phpstan-max": "phpstan analyze --level max src", "codestyle": "phpcs --extensions=php src tests", "codestyle-fix": "phpcbf --extensions=php src tests"