Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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\\(.*?))#'
Expand Down Expand Up @@ -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
Expand Down
Loading