From a8eb140276dc4a3b34cada0653d4d5026e3c42ee Mon Sep 17 00:00:00 2001 From: redalert2fan <42489779+redalert2fan@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:31:48 +0100 Subject: [PATCH] Bump PHPStan to level 7 All source files now pass level 7 analysis with zero errors, so raise the default level to enforce the stricter checks in CI. --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 2c56aa3359..0573812225 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 6 + level: 7 dynamicConstantNames: - HTML_OUTPUT - SLOW_MODE