We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7ccd4 commit f2dd62bCopy full SHA for f2dd62b
rules/DeadCode/Rector/ClassMethod/RemoveParentDelegatingConstructorRector.php
@@ -6,7 +6,6 @@
6
7
use PhpParser\Node;
8
use PhpParser\Node\Arg;
9
-use PhpParser\Node\Expr;
10
use PhpParser\Node\Expr\StaticCall;
11
use PhpParser\Node\Expr\Variable;
12
use PhpParser\Node\Stmt;
@@ -20,7 +19,6 @@
20
19
use Rector\PHPStan\ScopeFetcher;
21
use Rector\PHPStanStaticTypeMapper\Enum\TypeKind;
22
use Rector\Rector\AbstractRector;
23
-use Rector\Reflection\ReflectionResolver;
24
use Rector\StaticTypeMapper\StaticTypeMapper;
25
use Rector\ValueObject\MethodName;
26
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
0 commit comments