Skip to content

Commit 2783aaa

Browse files
committed
[ci-review] Rector Rectify
1 parent 1979cf6 commit 2783aaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/DowngradePhp84/Rector/Expression/DowngradeArrayAnyRector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use PhpParser\Node;
88
use PhpParser\Node\Expr\ArrowFunction;
99
use PhpParser\Node\Expr\Assign;
10-
use PhpParser\Node\Expr\BooleanNot;
1110
use PhpParser\Node\Expr\ConstFetch;
1211
use PhpParser\Node\Expr\FuncCall;
1312
use PhpParser\Node\Name;
@@ -16,7 +15,6 @@
1615
use PhpParser\Node\Stmt\Expression;
1716
use PhpParser\Node\Stmt\Foreach_;
1817
use PhpParser\Node\Stmt\If_;
19-
use Rector\NodeTypeResolver\Node\AttributeKey;
2018
use Rector\Rector\AbstractRector;
2119
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
2220
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;

0 commit comments

Comments
 (0)