Completed
Push — develop ( 6c5b94...329566 )
by Chuck
11s
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.
tests/unit/phpDocumentor/Command/Helper/LoggerHelperTest.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 Monolog\Logger;
17 17
 use phpDocumentor\Configuration;
18 18
 use phpDocumentor\Event\LogEvent;
19
-use PHPUnit\Framework\TestCase;
20 19
 use Psr\Log\LogLevel;
21 20
 use stdClass;
22 21
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.
src/phpDocumentor/Infrastructure/Parser/FlySystemCollector.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\DomainModel\Parser\FileCollector;
17 17
 use phpDocumentor\Infrastructure\FlySystemFactory;
18 18
 use phpDocumentor\Infrastructure\SpecificationFactory;
19
-use phpDocumentor\Reflection\File;
20 19
 
21 20
 final class FlySystemCollector implements FileCollector
22 21
 {
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.
src/phpDocumentor/Parser/Command/Project/ParseCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
19 19
 use phpDocumentor\DomainModel\Dsn;
20 20
 use phpDocumentor\DomainModel\Parser\FileCollector;
21
-use phpDocumentor\Fileset\Collection;
22 21
 use phpDocumentor\Parser\Event\PreFileEvent;
23 22
 use phpDocumentor\Parser\Exception\FilesNotFoundException;
24 23
 use phpDocumentor\Parser\Middleware\CacheMiddleware;
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.