We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd7396 commit 1bbe927Copy full SHA for 1bbe927
rules/Php85/Rector/StmtsAwareInterface/NestedToPipeOperatorRector.php
@@ -9,12 +9,12 @@
9
use PhpParser\Node\Expr;
10
use PhpParser\Node\Expr\Assign;
11
use PhpParser\Node\Expr\Cast\Array_;
12
-use PhpParser\Node\Expr\Cast\Int_;
13
use PhpParser\Node\Expr\Cast\String_;
14
use PhpParser\Node\Expr\ConstFetch;
15
use PhpParser\Node\Expr\FuncCall;
16
use PhpParser\Node\Expr\Variable;
17
use PhpParser\Node\Scalar\Float_;
+use PhpParser\Node\Scalar\Int_;
18
use PhpParser\Node\Stmt;
19
use PhpParser\Node\Stmt\Expression;
20
use PhpParser\Node\VariadicPlaceholder;
0 commit comments