From d39adc7a1962f60d6075a23f0c8a22faa2dd7999 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Wed, 24 May 2023 10:52:20 +0200 Subject: [PATCH] PHPStan level 8 --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index c259592..993d0b7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,6 +2,6 @@ includes: - vendor/phpstan/phpstan-strict-rules/rules.neon parameters: - level: 7 + level: 8 paths: - src