Skip to content

Commit f2dd62b

Browse files
committed
[ci-review] Rector Rectify
1 parent ae7ccd4 commit f2dd62b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/DeadCode/Rector/ClassMethod/RemoveParentDelegatingConstructorRector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use PhpParser\Node;
88
use PhpParser\Node\Arg;
9-
use PhpParser\Node\Expr;
109
use PhpParser\Node\Expr\StaticCall;
1110
use PhpParser\Node\Expr\Variable;
1211
use PhpParser\Node\Stmt;
@@ -20,7 +19,6 @@
2019
use Rector\PHPStan\ScopeFetcher;
2120
use Rector\PHPStanStaticTypeMapper\Enum\TypeKind;
2221
use Rector\Rector\AbstractRector;
23-
use Rector\Reflection\ReflectionResolver;
2422
use Rector\StaticTypeMapper\StaticTypeMapper;
2523
use Rector\ValueObject\MethodName;
2624
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;

0 commit comments

Comments
 (0)