Completed
Push — develop ( b41f33...6cf259 )
by Mike
07:20
created
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.
src/phpDocumentor/Descriptor/ProjectDescriptorBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use phpDocumentor\Descriptor\Filter\Filter;
17 17
 use phpDocumentor\Descriptor\Filter\Filterable;
18 18
 use phpDocumentor\Descriptor\ProjectDescriptor\Settings;
19
-use phpDocumentor\Descriptor\Validator\Error;
20 19
 use phpDocumentor\Reflection\Php\Project;
21 20
 use phpDocumentor\Translator\Translator;
22 21
 use Psr\Log\LogLevel;
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
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Mockery as m;
17 17
 use phpDocumentor\Descriptor\Collection;
18 18
 use phpDocumentor\Descriptor\PackageDescriptor;
19
-
20 19
 use phpDocumentor\Reflection\DocBlock;
21 20
 use phpDocumentor\Reflection\Php\File;
22 21
 
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 Mockery as m;
17 17
 use org\bovigo\vfs\vfsStream;
18
-
19 18
 use org\bovigo\vfs\vfsStreamDirectory;
20 19
 use phpDocumentor\Descriptor\ProjectDescriptor;
21 20
 use phpDocumentor\Transformer\Router\RouterAbstract;
Please login to merge, or discard this patch.
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use phpDocumentor\Descriptor\Tag\ReturnDescriptor;
28 28
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
29 29
 use phpDocumentor\Descriptor\TraitDescriptor;
30
-use phpDocumentor\Reflection\Php\File;
31 30
 use Webmozart\Assert\Assert;
32 31
 
33 32
 class ApiContext extends BaseContext implements Context
Please login to merge, or discard this patch.
unit/phpDocumentor/Application/Configuration/ConfigurationFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Mockery as m;
17 17
 use org\bovigo\vfs\vfsStream;
18 18
 use phpDocumentor\Application\Configuration\Factory\Strategy;
19
-use phpDocumentor\Application\Configuration\Factory\Version3;
20 19
 use phpDocumentor\DomainModel\Uri;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.