@@ -14,7 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | use Mockery as m; |
| 16 | 16 | use phpDocumentor\Reflection\File\LocalFile; |
| 17 | -use phpDocumentor\Reflection\Php\Factory\File; |
|
| 18 | 17 | use phpDocumentor\Reflection\Php\ProjectFactory; |
| 19 | 18 | use PHPUnit\Framework\TestCase; |
| 20 | 19 | |
@@ -16,7 +16,6 @@ discard block |
||
| 16 | 16 | |
| 17 | 17 | use phpDocumentor\Reflection\DocBlock as DocBlockInstance; |
| 18 | 18 | use phpDocumentor\Reflection\File as FileSystemFile; |
| 19 | -use phpDocumentor\Reflection\Fqsen; |
|
| 20 | 19 | use phpDocumentor\Reflection\Middleware\ChainFactory; |
| 21 | 20 | use phpDocumentor\Reflection\Middleware\Middleware; |
| 22 | 21 | use phpDocumentor\Reflection\Php\Factory\File\CreateCommand; |
@@ -25,7 +24,6 @@ discard block |
||
| 25 | 24 | use phpDocumentor\Reflection\Php\ProjectFactoryStrategy; |
| 26 | 25 | use phpDocumentor\Reflection\Php\StrategyContainer; |
| 27 | 26 | use phpDocumentor\Reflection\Types\Context; |
| 28 | -use phpDocumentor\Reflection\Types\ContextFactory; |
|
| 29 | 27 | use phpDocumentor\Reflection\Types\NamespaceNodeToContext; |
| 30 | 28 | use PhpParser\Comment\Doc; |
| 31 | 29 | use PhpParser\Node; |