From ad619772147fd0ecd4fc9ef78c30a0e48ffc7127 Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Tue, 9 Apr 2024 21:48:08 +0000
Subject: [PATCH] chore(phpstan): set level to 9

---
 phpstan.dist.neon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpstan.dist.neon b/phpstan.dist.neon
index f6f45e4..7457cd0 100644
--- a/phpstan.dist.neon
+++ b/phpstan.dist.neon
@@ -1,5 +1,5 @@
 parameters:
-    level: 6
+    level: 9
     paths:
         - src
         - tests
-- 
GitLab