Skip to content

Commit a58b0af

Browse files
committed
[ci-review] Rector Rectify
1 parent db9cc0e commit a58b0af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rules/CodeQuality/NodeFactory/FromBinaryAndAssertExpressionsFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
namespace Rector\PHPUnit\CodeQuality\NodeFactory;
66

7-
use PhpParser\Node\Expr\Instanceof_;
8-
use PhpParser\Node\Expr\ClassConstFetch;
97
use PhpParser\Node\Expr;
108
use PhpParser\Node\Expr\BinaryOp\Identical;
9+
use PhpParser\Node\Expr\ClassConstFetch;
1110
use PhpParser\Node\Expr\FuncCall;
11+
use PhpParser\Node\Expr\Instanceof_;
1212
use PhpParser\Node\Name;
1313
use PhpParser\Node\Name\FullyQualified;
1414
use PhpParser\Node\Scalar\Int_;

0 commit comments

Comments
 (0)