Skip to content

Commit 6d8bee4

Browse files
authored
Clean up PHPStan ignoreErrors (#7982)
1 parent 6331251 commit 6d8bee4

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,6 @@ parameters:
280280
# see https://github.com/rectorphp/rector-src/actions/runs/11798721617/job/32865546672?pr=6422#step:5:110
281281
- '#Doing instanceof PHPStan\\Type\\.+ is error\-prone and deprecated#'
282282

283-
# BC layer on Rector deprecation
284-
-
285-
paths:
286-
- src/Configuration/RectorConfigBuilder.php
287-
identifier: classConstant.deprecatedInterface
288-
289283
# allowed internally only
290284
-
291285
message: '#Fetching (deprecated )?class constant (.*?) of (deprecated )?class (Rector\\Set\\ValueObject\\DowngradeLevelSetList|Rector\\Symfony\\Set\\(.*?))#'
@@ -416,13 +410,6 @@ parameters:
416410
- '#Class "Rector\\CodingStyle\\Rector\\String_\\SymplifyQuoteEscapeRector" is missing @see annotation with test case class reference#'
417411
- '#Class "Rector\\Php81\\Rector\\ClassMethod\\NewInInitializerRector" is missing @see annotation with test case class reference#'
418412

419-
# BC layer for FileWithoutNamespace node
420-
-
421-
path: src/PhpParser/Node/CustomNode/FileWithoutNamespace.php
422-
identifier: symplify.forbiddenExtendOfNonAbstractClass
423-
424-
- message: '#Use @see \\Rector\\PhpParser\\Node\\FileNode instead#'
425-
426413
# false positive
427414
-
428415
identifier: phpstanApi.varTagAssumption

0 commit comments

Comments
 (0)