@@ -13,10 +13,6 @@ |
||
13 | 13 | namespace phpDocumentor\Reflection; |
14 | 14 | |
15 | 15 | use Mockery as m; |
16 | -use phpDocumentor\Reflection\DocBlock\Description; |
|
17 | -use phpDocumentor\Reflection\DocBlock\StandardTagFactory; |
|
18 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
19 | -use phpDocumentor\Reflection\DocBlock\Tags\See; |
|
20 | 16 | use PHPUnit\Framework\TestCase; |
21 | 17 | |
22 | 18 | /** |
@@ -13,9 +13,6 @@ |
||
13 | 13 | namespace phpDocumentor\Reflection; |
14 | 14 | |
15 | 15 | use Mockery as m; |
16 | -use phpDocumentor\Reflection\DocBlock\Description; |
|
17 | -use phpDocumentor\Reflection\DocBlock\Tag; |
|
18 | -use phpDocumentor\Reflection\DocBlock\Tags\See; |
|
19 | 16 | use PHPUnit\Framework\TestCase; |
20 | 17 | |
21 | 18 | /** |