@@ -13,8 +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 | 16 | use PHPUnit\Framework\TestCase; |
19 | 17 | |
20 | 18 | /** |
@@ -14,7 +14,6 @@ |
||
14 | 14 | namespace phpDocumentor\Reflection\DocBlock; |
15 | 15 | |
16 | 16 | use InvalidArgumentException; |
17 | -use phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod; |
|
18 | 17 | use phpDocumentor\Reflection\Types\Context as TypeContext; |
19 | 18 | |
20 | 19 | interface TagFactory |