From ee2f168074dff94ec67b4a908c53c2fc3df79e62 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Fri, 19 Jun 2026 00:14:18 -0500 Subject: [PATCH] Increase PHPStan level from 6 to 8 --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index aeb0535..1163c0e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,5 @@ parameters: - level: 6 + level: 8 paths: - src - test