@@ -11,9 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace phpDocumentor\Plugin\Core\Descriptor\Validator\Constraints\Functions; |
13 | 13 | |
14 | -use phpDocumentor\Descriptor\MethodDescriptor; |
|
15 | -use phpDocumentor\Descriptor\FunctionDescriptor; |
|
16 | -use phpDocumentor\Descriptor\Tag\ParamDescriptor; |
|
17 | 14 | use Symfony\Component\Validator\Constraint; |
18 | 15 | use Symfony\Component\Validator\ConstraintValidator; |
19 | 16 | use Symfony\Component\Validator\Exception\ConstraintDefinitionException; |
@@ -11,8 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace phpDocumentor\Plugin\Core\Descriptor\Validator\Constraints\Functions; |
13 | 13 | |
14 | -use phpDocumentor\Descriptor\MethodDescriptor; |
|
15 | -use phpDocumentor\Descriptor\FunctionDescriptor; |
|
16 | 14 | use phpDocumentor\Descriptor\Tag\ParamDescriptor; |
17 | 15 | use Symfony\Component\Validator\Constraint; |
18 | 16 | use Symfony\Component\Validator\ConstraintValidator; |
@@ -13,11 +13,8 @@ |
||
13 | 13 | |
14 | 14 | use phpDocumentor\Descriptor\ArgumentDescriptor; |
15 | 15 | use phpDocumentor\Descriptor\Collection; |
16 | -use phpDocumentor\Descriptor\MethodDescriptor; |
|
17 | -use phpDocumentor\Descriptor\FunctionDescriptor; |
|
18 | 16 | use Symfony\Component\Validator\Constraint; |
19 | 17 | use Symfony\Component\Validator\ConstraintValidator; |
20 | -use Symfony\Component\Validator\Exception\ConstraintDefinitionException; |
|
21 | 18 | use phpDocumentor\Plugin\Core\Descriptor\Validator\ValidationValueObject; |
22 | 19 | |
23 | 20 | /** |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use phpDocumentor\Transformer\Event\PreXslWriterEvent; |
20 | 20 | use phpDocumentor\Transformer\Router\ForFileProxy; |
21 | 21 | use phpDocumentor\Transformer\Router\Queue; |
22 | -use phpDocumentor\Transformer\Transformation; |
|
23 | 22 | use phpDocumentor\Transformer\Transformation as TransformationObject; |
24 | 23 | use phpDocumentor\Transformer\Writer\Exception\RequirementMissing; |
25 | 24 | use phpDocumentor\Transformer\Writer\Routable; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | namespace phpDocumentor\Descriptor\Builder\Reflector; |
14 | 14 | |
15 | 15 | use phpDocumentor\Reflection\DocBlock; |
16 | - |
|
17 | 16 | use Mockery as m; |
18 | 17 | |
19 | 18 | /** |
@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | use phpDocumentor\Reflection\DocBlock; |
16 | 16 | use phpDocumentor\Descriptor\Collection; |
17 | - |
|
18 | 17 | use Mockery as m; |
19 | 18 | |
20 | 19 | /** |
@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use phpDocumentor\Descriptor\ProjectDescriptor; |
17 | 17 | use phpDocumentor\Descriptor\DescriptorAbstract; |
18 | - |
|
19 | 18 | use Mockery as m; |
20 | 19 | use org\bovigo\vfs\vfsStream; |
21 | 20 | use phpDocumentor\Transformer\Router\RouterAbstract; |
@@ -11,8 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace phpDocumentor\Transformer\Configuration; |
13 | 13 | |
14 | -use Mockery as m; |
|
15 | - |
|
16 | 14 | class TransformationsTest extends \PHPUnit_Framework_TestCase |
17 | 15 | { |
18 | 16 | /** @var Transformations */ |
@@ -11,9 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace phpDocumentor\Plugin\Core\Descriptor\Validator\Constraints\Functions; |
13 | 13 | |
14 | -use phpDocumentor\Descriptor\MethodDescriptor; |
|
15 | -use phpDocumentor\Descriptor\FunctionDescriptor; |
|
16 | -use phpDocumentor\Descriptor\Tag\ParamDescriptor; |
|
17 | 14 | use Symfony\Component\Validator\Constraint; |
18 | 15 | use Symfony\Component\Validator\ConstraintValidator; |
19 | 16 | use Symfony\Component\Validator\Exception\ConstraintDefinitionException; |