From 5c2d039ae7bdaa1e28f1e66971c5b3314fc36383 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 18 Jun 2020 21:23:29 +0200 Subject: [PATCH] Added reportUnmatchedIgnoredErrors to false on phpstan --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) 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#'