@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace Go\ParserReflection; |
| 12 | 12 | |
| 13 | 13 | use Go\ParserReflection\Traits\ReflectionClassLikeTrait; |
| 14 | -use PhpParser\Node\Name; |
|
| 15 | 14 | use PhpParser\Node\Stmt\ClassLike; |
| 16 | 15 | use ReflectionObject as InternalReflectionObject; |
| 17 | 16 | |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Go\ParserReflection\NodeVisitor\GeneratorDetector; |
| 15 | 15 | use Go\ParserReflection\NodeVisitor\StaticVariablesCollector; |
| 16 | -use Go\ParserReflection\ReflectionFileNamespace; |
|
| 17 | 16 | use Go\ParserReflection\ReflectionParameter; |
| 18 | 17 | use Go\ParserReflection\ReflectionType; |
| 19 | 18 | use PhpParser\Node\Expr\Closure; |