From 4ce8f4799434b92f60dd74948be69017ba7fdd6f Mon Sep 17 00:00:00 2001 From: Jon Cram Date: Wed, 23 Oct 2019 13:00:18 +0100 Subject: [PATCH] phpstan: ignore unmatched ignored errors --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 441d519e..81566d35 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,6 +2,7 @@ parameters: autoload_files: - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php inferPrivatePropertyTypeFromConstructor: true + reportUnmatchedIgnoredErrors: false ignoreErrors: # https://github.com/symfony/symfony/pull/33289 - '#Parameter \#1 \$value of method Symfony\\Component\\Panther\\DomCrawler\\Field\\FileFormField::setValue\(\) expects string, null given\.#'