Skip to content

Commit dc8cb9a

Browse files
committed
[ci-review] Rector Rectify
1 parent 47c4e81 commit dc8cb9a

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,13 +4,13 @@
44

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

7-
use PhpParser\Node\Expr\BinaryOp\Identical;
87
use PhpParser\Node;
98
use PhpParser\Node\ClosureUse;
109
use PhpParser\Node\Expr;
1110
use PhpParser\Node\Expr\ArrowFunction;
1211
use PhpParser\Node\Expr\BinaryOp\BooleanAnd;
1312
use PhpParser\Node\Expr\BinaryOp\BooleanOr;
13+
use PhpParser\Node\Expr\BinaryOp\Identical;
1414
use PhpParser\Node\Expr\Closure;
1515
use PhpParser\Node\Expr\MethodCall;
1616
use PhpParser\Node\Expr\Variable;

0 commit comments

Comments
 (0)