Completed
Push — develop ( 71fd61...bbac44 )
by Jaap
06:03 queued 02:27
created
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\Middleware\CacheMiddleware;
Please login to merge, or discard this patch.