From db13b22fe4429612a358d20eee8b761004dba560 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 29 Aug 2026 09:43:54 +0200 Subject: [PATCH] disable reportUnmatchedIgnoredErrors to avoid CI breaks on cross-package ignores Claude-Session: https://claude.ai/code/session_019KdWjHV11SLtdcqQPeJpng --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 13d5b05c..34f6c203 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -19,7 +19,7 @@ parameters: typeAliases: StmtsAware: \PhpParser\Node\Stmt\Block | \PhpParser\Node\Expr\Closure | \PhpParser\Node\Stmt\Case_ | \PhpParser\Node\Stmt\Catch_ | \PhpParser\Node\Stmt\ClassMethod | \PhpParser\Node\Stmt\Do_ | \PhpParser\Node\Stmt\Else_ | \PhpParser\Node\Stmt\ElseIf_ | \PhpParser\Node\Stmt\Finally_ | \PhpParser\Node\Stmt\For_ | \PhpParser\Node\Stmt\Foreach_ | \PhpParser\Node\Stmt\Function_ | \PhpParser\Node\Stmt\If_ | \PhpParser\Node\Stmt\Namespace_ | \PhpParser\Node\Stmt\TryCatch | \PhpParser\Node\Stmt\While_ | \Rector\PhpParser\Node\FileNode - # reportUnmatchedIgnoredErrors: false + reportUnmatchedIgnoredErrors: false treatPhpDocTypesAsCertain: false paths: