From 9a900bbece159695f16df7836bf83301ce27af95 Mon Sep 17 00:00:00 2001 From: Refringe Date: Tue, 17 Sep 2024 02:18:23 -0400 Subject: [PATCH] PHPStan Level 5 Decreases the PHPStan level back down to 5. Level 6 was too verbose for my liking. --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 9cc52bf..57de978 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,7 @@ includes: - ./vendor/larastan/larastan/extension.neon parameters: - level: 6 + level: 5 paths: - app - bootstrap