Skip to content

Commit 400663f

Browse files
committed
fix phpstan
1 parent 28a5418 commit 400663f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
-

rules/Php81/Rector/ClassMethod/NewInInitializerRector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
1515
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1616

17-
/**
18-
* @see \Rector\Tests\Php81\Rector\ClassMethod\NewInInitializerRector\NewInInitializerRectorTest
19-
*/
2017
final class NewInInitializerRector extends AbstractRector implements MinPhpVersionInterface, DeprecatedInterface
2118
{
2219
public function getRuleDefinition(): RuleDefinition

0 commit comments

Comments
 (0)