Skip to content

Commit 1bbe927

Browse files
arshidkv12TomasVotruba
authored andcommitted
init
1 parent 7cd7396 commit 1bbe927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Php85/Rector/StmtsAwareInterface/NestedToPipeOperatorRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
use PhpParser\Node\Expr;
1010
use PhpParser\Node\Expr\Assign;
1111
use PhpParser\Node\Expr\Cast\Array_;
12-
use PhpParser\Node\Expr\Cast\Int_;
1312
use PhpParser\Node\Expr\Cast\String_;
1413
use PhpParser\Node\Expr\ConstFetch;
1514
use PhpParser\Node\Expr\FuncCall;
1615
use PhpParser\Node\Expr\Variable;
1716
use PhpParser\Node\Scalar\Float_;
17+
use PhpParser\Node\Scalar\Int_;
1818
use PhpParser\Node\Stmt;
1919
use PhpParser\Node\Stmt\Expression;
2020
use PhpParser\Node\VariadicPlaceholder;

0 commit comments

Comments
 (0)