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