From a7758c95aa7b8b6dfbab2571cf276b35da26c744 Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Wed, 18 Feb 2026 09:52:56 +0100 Subject: [PATCH] Remove reportUnmatchedIgnoredErrors option from PHPStan config The default value (true) is correct for this project since all ignored error patterns in the baseline are still matched. Co-Authored-By: Claude Opus 4.6 --- phpstan.neon.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index b72bbbc..0d98c3e 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -2,7 +2,6 @@ parameters: paths: - src/ - tests/ - reportUnmatchedIgnoredErrors: false exceptions: uncheckedExceptionClasses: - 'Symfony\Component\Validator\Exception\ConstraintDefinitionException'