From 4bc2aa7c015d0c49f5a16f7beac79644b568a78c Mon Sep 17 00:00:00 2001 From: Lorenzo Ruozzi Date: Mon, 8 May 2023 11:53:02 +0200 Subject: [PATCH] [PHPStan] Bump to level 4 (#14019) --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5c21e06098..2db1541692 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -6,7 +6,7 @@ includes: - vendor/phpstan/phpstan-symfony/rules.neon parameters: - level: 3 + level: 4 reportUnmatchedIgnoredErrors: false