From 0fde62dc422738a038b720f8934f6dc98e773598 Mon Sep 17 00:00:00 2001 From: Thilo Ratnaweera Date: Wed, 24 May 2023 14:24:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Bump=20PHPStan=20level=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpstan.dist.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 5b9e39b..08d8dcd 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -1,5 +1,5 @@ parameters: - level: 4 + level: 5 excludePaths: analyseAndScan: - src/NetBrothersVersionBundle.php