From 147248db5a1ab90ecb3af002301c0933ef459340 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 4 May 2026 23:40:00 +0700 Subject: [PATCH] Clean up PHPStan ignoreErrors --- phpstan.neon | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 4c4ae2f96b1..8841ba4af95 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -280,12 +280,6 @@ parameters: # see https://github.com/rectorphp/rector-src/actions/runs/11798721617/job/32865546672?pr=6422#step:5:110 - '#Doing instanceof PHPStan\\Type\\.+ is error\-prone and deprecated#' - # BC layer on Rector deprecation - - - paths: - - src/Configuration/RectorConfigBuilder.php - identifier: classConstant.deprecatedInterface - # allowed internally only - message: '#Fetching (deprecated )?class constant (.*?) of (deprecated )?class (Rector\\Set\\ValueObject\\DowngradeLevelSetList|Rector\\Symfony\\Set\\(.*?))#' @@ -416,13 +410,6 @@ parameters: - '#Class "Rector\\CodingStyle\\Rector\\String_\\SymplifyQuoteEscapeRector" is missing @see annotation with test case class reference#' - '#Class "Rector\\Php81\\Rector\\ClassMethod\\NewInInitializerRector" is missing @see annotation with test case class reference#' - # BC layer for FileWithoutNamespace node - - - path: src/PhpParser/Node/CustomNode/FileWithoutNamespace.php - identifier: symplify.forbiddenExtendOfNonAbstractClass - - - message: '#Use @see \\Rector\\PhpParser\\Node\\FileNode instead#' - # false positive - identifier: phpstanApi.varTagAssumption