Completed
Pull Request — master (#6)
by
unknown
02:44
created
src/Transformer/Reader.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use hanneskod\classtools\Exception\RuntimeException;
13 13
 use hanneskod\classtools\Name;
14
-use PhpParser\Lexer\Emulative;
15 14
 use PhpParser\Node\Stmt\Class_;
16 15
 use PhpParser\Node\Stmt\Interface_;
17 16
 use PhpParser\Node\Stmt\Namespace_;
Please login to merge, or discard this patch.