From 53eeb4b373dea1e82c9089bbaef46723914d582c Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Wed, 17 Jan 2024 17:49:39 +0100 Subject: [PATCH] feat: change PHPStan level to max --- phpstan.dist.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index fbdebcf..a0ee91d 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -1,5 +1,5 @@ parameters: - level: 6 + level: 9 paths: - bin/ - config/