@@ -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 | /** |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use phpDocumentor\Reflection\DocBlock\Tag; |
8 | 8 | use phpDocumentor\Reflection\DocBlock\Tags\Formatter; |
9 | 9 | use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter; |
10 | -use phpDocumentor\Reflection\FqsenResolver; |
|
11 | 10 | use phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod; |
12 | 11 | |
13 | 12 | final class CustomServiceClass implements Tag, StaticMethod |
@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | use phpDocumentor\Reflection\DocBlock\Tag; |
8 | 8 | use phpDocumentor\Reflection\DocBlock\Tags\Formatter; |
9 | -use phpDocumentor\Reflection\FqsenResolver; |
|
10 | 9 | use phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod; |
11 | 10 | |
12 | 11 | final class CustomServiceInterface implements Tag, StaticMethod |