Completed
Push — develop ( a98fd2...49ed8e )
by Jaap
09:10
created
Validator/Constraints/Functions/DoesArgumentNameMatchParamValidator.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.
Validator/Constraints/Functions/DoesArgumentTypehintMatchParamValidator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +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 14
 use phpDocumentor\Descriptor\Tag\ParamDescriptor;
17 15
 use Symfony\Component\Validator\Constraint;
18 16
 use Symfony\Component\Validator\ConstraintValidator;
Please login to merge, or discard this patch.
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.
src/phpDocumentor/Plugin/Core/Transformer/Writer/Xsl.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/ConstantAssemblerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
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
 /**
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.
tests/unit/phpDocumentor/Plugin/Core/Transformer/Writer/XmlTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
tests/unit/phpDocumentor/Transformer/Configuration/TransformationsTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
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 */
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.