@@ -132,7 +132,7 @@ |
||
132 | 132 | /** |
133 | 133 | * Get parse tree for the complete snippet |
134 | 134 | * |
135 | - * @return PhpParser\Node[] |
|
135 | + * @return \PhpParser\Node[] |
|
136 | 136 | */ |
137 | 137 | public function readAll() |
138 | 138 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use hanneskod\classtools\Exception\RuntimeException; |
13 | 13 | use hanneskod\classtools\Exception\ReaderException; |
14 | 14 | use hanneskod\classtools\Name; |
15 | -use PhpParser\Lexer\Emulative; |
|
16 | 15 | use PhpParser\Node\Stmt\Class_; |
17 | 16 | use PhpParser\Node\Stmt\Interface_; |
18 | 17 | use PhpParser\Node\Stmt\Namespace_; |