Skip to content

Commit c4700da

Browse files
committed
fixup! update custom vistors
1 parent 463f50e commit c4700da

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

rules/CodeQuality/Rector/FunctionLike/SimplifyUselessVariableRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use PhpParser\Node;
99
use PhpParser\Node\Expr\Assign;
1010
use PhpParser\Node\Expr\AssignOp;
11-
use PhpParser\Node\Expr\Closure;
1211
use PhpParser\Node\Expr\Ternary;
1312
use PhpParser\Node\Expr\Variable;
1413
use PhpParser\Node\Stmt;

rules/CodeQuality/Rector/If_/SimplifyIfNotNullReturnRector.php

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

77
use PhpParser\Node;
88
use PhpParser\Node\Expr;
9-
use PhpParser\Node\Stmt;
109
use PhpParser\Node\Stmt\Else_;
1110
use PhpParser\Node\Stmt\If_;
1211
use PhpParser\Node\Stmt\Return_;

src/NodeManipulator/StmtsManipulator.php

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

77
use PhpParser\Node;
88
use PhpParser\Node\Expr;
9-
use PhpParser\Node\Expr\Closure;
109
use PhpParser\Node\Expr\Variable;
1110
use PhpParser\Node\Stmt;
1211
use PhpParser\Node\Stmt\ClassMethod;

src/NodeTypeResolver/PHPStan/Scope/NodeVisitor/GlobalVariableNodeVisitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PhpParser\Node\Stmt\Global_;
1313
use PhpParser\NodeVisitor;
1414
use PhpParser\NodeVisitorAbstract;
15-
use Rector\Contract\PhpParser\Node\StmtsAwareInterface;
1615
use Rector\NodeTypeResolver\Node\AttributeKey;
1716
use Rector\NodeTypeResolver\PHPStan\Scope\Contract\NodeVisitor\ScopeResolverNodeVisitorInterface;
1817
use Rector\PhpDocParser\NodeTraverser\SimpleCallableNodeTraverser;

src/NodeTypeResolver/PHPStan/Scope/NodeVisitor/StaticVariableNodeVisitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PhpParser\Node\Stmt\Static_;
1313
use PhpParser\NodeVisitor;
1414
use PhpParser\NodeVisitorAbstract;
15-
use Rector\Contract\PhpParser\Node\StmtsAwareInterface;
1615
use Rector\NodeTypeResolver\Node\AttributeKey;
1716
use Rector\NodeTypeResolver\PHPStan\Scope\Contract\NodeVisitor\ScopeResolverNodeVisitorInterface;
1817
use Rector\PhpDocParser\NodeTraverser\SimpleCallableNodeTraverser;

0 commit comments

Comments
 (0)