File tree Expand file tree Collapse file tree
rules/Php81/Rector/ClassMethod Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -425,6 +425,7 @@ parameters:
425425 - ' #Register "Rector\\Php81\\Rector\\Array_\\FirstClassCallableRector" service to "php81\.php" config set #'
426426 - ' #Register "Rector\\Php81\\Rector\\ClassMethod\\NewInInitializerRector" service to "php81\.php" config set #'
427427 - ' #Class "Rector\\CodingStyle\\Rector\\String_\\SymplifyQuoteEscapeRector" is missing @see annotation with test case class reference #'
428+ - ' #Class "Rector\\Php81\\Rector\\ClassMethod\\NewInInitializerRector" is missing @see annotation with test case class reference #'
428429
429430 # BC layer for FileWithoutNamespace node
430431 -
Original file line number Diff line number Diff line change 1414use Symplify \RuleDocGenerator \ValueObject \CodeSample \CodeSample ;
1515use Symplify \RuleDocGenerator \ValueObject \RuleDefinition ;
1616
17- /**
18- * @see \Rector\Tests\Php81\Rector\ClassMethod\NewInInitializerRector\NewInInitializerRectorTest
19- */
2017final class NewInInitializerRector extends AbstractRector implements MinPhpVersionInterface, DeprecatedInterface
2118{
2219 public function getRuleDefinition (): RuleDefinition
You can’t perform that action at this time.
0 commit comments