@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace Go\ParserReflection\NodeVisitor; |
12 | 12 | |
13 | -use PhpParser\Node\Name\FullyQualified; |
|
14 | 13 | use PhpParser\Node\Stmt\Declare_; |
15 | 14 | use PhpParser\Node\Stmt\Namespace_; |
16 | 15 | use PhpParser\NodeVisitorAbstract; |
@@ -8,8 +8,6 @@ |
||
8 | 8 | * with this source code in the file LICENSE. |
9 | 9 | */ |
10 | 10 | |
11 | -use Go\ParserReflection\ReflectionClass; |
|
12 | - |
|
13 | 11 | /** |
14 | 12 | * This file is for ployfilling classes not defined in all supported |
15 | 13 | * versions of PHP, (i.e. PHP < 7). |