From cb4d64a3502cdea585a5f1f0e167a2f56f999c21 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 30 Dec 2019 17:34:55 +0100 Subject: [PATCH] ignore unmatched ignored errors --- Config/phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 66a5aa7..6fbde10 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -4,7 +4,7 @@ includes: parameters: fileExtensions: - php - reportUnmatchedIgnoredErrors: true + reportUnmatchedIgnoredErrors: false excludes_analyse: - *.tpl.php - */tests/*