From 070c46ca5c46480a0fde8d720092d50f78d5c740 Mon Sep 17 00:00:00 2001 From: Athlon1600 Date: Fri, 10 Nov 2023 21:48:19 -0600 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index b999b4e..325e761 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,4 +1,6 @@ parameters: level: 6 paths: - - src \ No newline at end of file + - src + ignoreErrors: + - '#no value type specified in iterable type array#' \ No newline at end of file