File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99use Permafrost \PhpCodeSearch \Support \NodeSearch ;
1010use Permafrost \PhpCodeSearch \Support \VirtualFile ;
1111use Permafrost \PhpCodeSearch \Visitors \AssignmentVisitor ;
12- use Permafrost \PhpCodeSearch \Visitors \CommentVisitor ;
1312use Permafrost \PhpCodeSearch \Visitors \FunctionCallVisitor ;
1413use Permafrost \PhpCodeSearch \Visitors \MethodCallVisitor ;
1514use Permafrost \PhpCodeSearch \Visitors \NewClassVisitor ;
1615use Permafrost \PhpCodeSearch \Visitors \StaticCallVisitor ;
1716use Permafrost \PhpCodeSearch \Visitors \VariableCallVisitor ;
18- use PhpParser \Comment ;
1917use PhpParser \Error ;
2018use PhpParser \Node ;
2119use PhpParser \Node \Expr \FuncCall ;
Original file line number Diff line number Diff line change 33
44namespace Permafrost \PhpCodeSearch \Visitors ;
55
6-
76use Permafrost \PhpCodeSearch \Code \GenericCodeLocation ;
87use Permafrost \PhpCodeSearch \Results \FileSearchResults ;
98use Permafrost \PhpCodeSearch \Results \Nodes \AssignmentNode ;
@@ -36,5 +35,4 @@ public function enterNode(Node $node)
3635 $ this ->results ->add ($ resultNode , $ location );
3736 }
3837 }
39-
4038}
Original file line number Diff line number Diff line change @@ -38,5 +38,4 @@ public function enterNode(Node $node)
3838 }
3939 }
4040 }
41-
4241}
Original file line number Diff line number Diff line change 44
55use Permafrost \PhpCodeSearch \Code \GenericCodeLocation ;
66use Permafrost \PhpCodeSearch \Results \FileSearchResults ;
7- use Permafrost \PhpCodeSearch \Results \Nodes \AssignmentNode ;
87use Permafrost \PhpCodeSearch \Results \Nodes \FunctionCallNode ;
9- use Permafrost \PhpCodeSearch \Results \Nodes \MethodCallNode ;
10- use Permafrost \PhpCodeSearch \Results \Nodes \StaticMethodCallNode ;
11- use Permafrost \PhpCodeSearch \Results \Nodes \VariableNode ;
128use Permafrost \PhpCodeSearch \Support \Arr ;
139use PhpParser \Node ;
1410use PhpParser \Node \Expr \FuncCall ;
Original file line number Diff line number Diff line change 33
44namespace Permafrost \PhpCodeSearch \Visitors ;
55
6-
76use Permafrost \PhpCodeSearch \Code \GenericCodeLocation ;
87use Permafrost \PhpCodeSearch \Results \FileSearchResults ;
98use Permafrost \PhpCodeSearch \Results \Nodes \VariableNode ;
You can’t perform that action at this time.
0 commit comments