From 022f835fb8436237123b566ae8ffed87f532b752 Mon Sep 17 00:00:00 2001 From: Ajay A <33749143+ajaycalicut17@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:17:26 +0530 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index e15f685..c42db05 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,5 +1,5 @@ parameters: - level: 9 + level: max paths: - config - database @@ -14,4 +14,4 @@ parameters: - "#^Property .*:\\:\\$dispatchesEvents type has no value type specified in iterable type array\\.$#" checkGenericClassInNonGenericObjectType: false reportUnmatchedIgnoredErrors: false - \ No newline at end of file +