Skip to content

Commit da50241

Browse files
committed
cs
1 parent 3fa749d commit da50241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/MethodCall/WithCallbackIdenticalToStandaloneAssertsRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Rector\PHPUnit\CodeQuality\Rector\MethodCall;
66

7-
use PhpParser\Node\Expr\FuncCall;
87
use PhpParser\Node;
98
use PhpParser\Node\ClosureUse;
109
use PhpParser\Node\Expr;
@@ -13,6 +12,7 @@
1312
use PhpParser\Node\Expr\BinaryOp\BooleanOr;
1413
use PhpParser\Node\Expr\BinaryOp\Identical;
1514
use PhpParser\Node\Expr\Closure;
15+
use PhpParser\Node\Expr\FuncCall;
1616
use PhpParser\Node\Expr\Instanceof_;
1717
use PhpParser\Node\Expr\Isset_;
1818
use PhpParser\Node\Expr\MethodCall;

0 commit comments

Comments
 (0)