File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
DowngradePhp73/Rector/ConstFetch
DowngradePhp80/Rector/Expression Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55namespace Rector \DowngradePhp73 \Rector \ConstFetch ;
66
7- use PhpParser \NodeVisitor ;
87use PhpParser \Node ;
98use PhpParser \Node \Arg ;
109use PhpParser \Node \Expr ;
2423use PhpParser \Node \Stmt \Throw_ ;
2524use PhpParser \Node \Stmt \TryCatch ;
2625use PhpParser \Node \VariadicPlaceholder ;
26+ use PhpParser \NodeVisitor ;
2727use Rector \DowngradePhp72 \NodeManipulator \JsonConstCleaner ;
2828use Rector \Enum \JsonConstant ;
2929use Rector \NodeAnalyzer \DefineFuncCallAnalyzer ;
Original file line number Diff line number Diff line change 44
55namespace Rector \DowngradePhp80 \Rector \Expression ;
66
7- use PhpParser \NodeVisitor ;
87use PhpParser \Node ;
98use PhpParser \Node \Arg ;
109use PhpParser \Node \ArrayItem ;
2625use PhpParser \Node \Stmt \Expression ;
2726use PhpParser \Node \Stmt \Return_ ;
2827use PhpParser \Node \Stmt \Switch_ ;
28+ use PhpParser \NodeVisitor ;
2929use PHPStan \Analyser \Scope ;
3030use Rector \NodeTypeResolver \Node \AttributeKey ;
3131use Rector \Php72 \NodeFactory \AnonymousFunctionFactory ;
You can’t perform that action at this time.
0 commit comments