Completed
Push — develop ( 722f70...af048b )
by Jaap
15:12 queued 05:04
created
Validator/Constraints/Functions/IsArgumentInDocBlockValidator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Descriptor/Builder/Reflector/FileAssemblerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
Descriptor/Validator/Constraints/Functions/DoesParamsExistsValidator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.