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 1979cf6 commit 2783aaaCopy full SHA for 2783aaa
rules/DowngradePhp84/Rector/Expression/DowngradeArrayAnyRector.php
@@ -7,7 +7,6 @@
7
use PhpParser\Node;
8
use PhpParser\Node\Expr\ArrowFunction;
9
use PhpParser\Node\Expr\Assign;
10
-use PhpParser\Node\Expr\BooleanNot;
11
use PhpParser\Node\Expr\ConstFetch;
12
use PhpParser\Node\Expr\FuncCall;
13
use PhpParser\Node\Name;
@@ -16,7 +15,6 @@
16
15
use PhpParser\Node\Stmt\Expression;
17
use PhpParser\Node\Stmt\Foreach_;
18
use PhpParser\Node\Stmt\If_;
19
-use Rector\NodeTypeResolver\Node\AttributeKey;
20
use Rector\Rector\AbstractRector;
21
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
22
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
0 commit comments