From 3c9999f2cf2f4987118aeeb77a97328e25ee8387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Tue, 12 Dec 2023 11:06:02 +0100 Subject: [PATCH] increase phpstan level to max --- phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index d3a9e69..dcbd185 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,7 +6,6 @@ parameters: paths: - src - # The level 8 is the highest level - level: 5 + level: "max" checkMissingIterableValueType: false