From bbd1dc08b38182028b9c423d9e847a1f14d8e532 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Thu, 27 Oct 2022 00:38:12 +0200 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 0197c17d54..faac9170eb 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -20,6 +20,8 @@ parameters: - includes level: 5 + # TODO: REMOVE ME! + reportUnmatchedIgnoredErrors: false checkMissingIterableValueType: false treatPhpDocTypesAsCertain: false