File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments