Completed
Push — develop ( 1aa11f...71fd61 )
by Jaap
03:29
created
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/Parser/Command/Project/ParseCommand.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -11,19 +11,13 @@
 block discarded – undo
11 11
 
12 12
 namespace phpDocumentor\Parser\Command\Project;
13 13
 
14
-use League\Flysystem\MountManager;
15 14
 use phpDocumentor\Command\Command;
16 15
 use phpDocumentor\Command\Helper\ConfigurationHelper;
17 16
 use phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper;
18
-use phpDocumentor\Descriptor\Example\Finder;
19 17
 use phpDocumentor\Descriptor\ProjectDescriptor;
20 18
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
21 19
 use phpDocumentor\DomainModel\Dsn;
22 20
 use phpDocumentor\DomainModel\Parser\FileCollector;
23
-use phpDocumentor\Fileset\Collection;
24
-use phpDocumentor\Infrastructure\FlySystemFactory;
25
-use phpDocumentor\Infrastructure\Parser\FlySystemFile;
26
-use phpDocumentor\Infrastructure\Parser\SpecificationFactory;
27 21
 use phpDocumentor\Parser\Event\PreFileEvent;
28 22
 use phpDocumentor\Parser\Exception\FilesNotFoundException;
29 23
 use phpDocumentor\Parser\Parser;
Please login to merge, or discard this patch.
src/phpDocumentor/Parser/ServiceProvider.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\Infrastructure\Parser\SpecificationFactory;
19 19
 use Pimple\Container;
20 20
 use Pimple\ServiceProviderInterface;
21
-use phpDocumentor\Fileset\Collection;
22 21
 use phpDocumentor\Parser\Command\Project\ParseCommand;
23 22
 use phpDocumentor\Parser\Middleware\CacheMiddleware;
24 23
 use phpDocumentor\Parser\Middleware\ErrorHandlingMiddleware;
Please login to merge, or discard this patch.