diff --git a/phpstan.neon b/phpstan.neon index bc0ea88b2..9019a9ce7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,4 +1,6 @@ parameters: + reportUnmatchedIgnoredErrors: + false ignoreErrors: - '#Unsafe usage of new static()#' - '#Call to static method performRequest\(\) on trait#'