Completed
Push — develop ( 3bf98d...ad187c )
by Jaap
06:26
created
src/Application/Console/Command/RunCommand.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@  discard block
 block discarded – undo
17 17
 use phpDocumentor\Application\Configuration\ConfigurationFactory;
18 18
 use phpDocumentor\DomainModel\Parse;
19 19
 use phpDocumentor\DomainModel\Dsn;
20
-use phpDocumentor\DomainModel\Parser\Documentation;
21 20
 use phpDocumentor\DomainModel\Parser\DocumentationRepository;
22 21
 use phpDocumentor\Infrastructure\FileSystemFactory;
23 22
 use phpDocumentor\Infrastructure\Parser\Documentation\Api\FlySystemDefinition;
@@ -30,11 +29,7 @@  discard block
 block discarded – undo
30 29
 use phpDocumentor\DomainModel\Renderer\RenderActionCompleted;
31 30
 use phpDocumentor\DomainModel\Renderer\RenderingFinished;
32 31
 use phpDocumentor\DomainModel\Renderer\RenderingStarted;
33
-use Stash\Driver\FileSystem;
34 32
 use Symfony\Component\Console\Command\Command;
35
-use Symfony\Component\Console\Helper\HelperInterface;
36
-use Symfony\Component\Console\Helper\ProgressBar;
37
-use Symfony\Component\Console\Input\ArrayInput;
38 33
 use Symfony\Component\Console\Input\InputArgument;
39 34
 use Symfony\Component\Console\Input\InputInterface;
40 35
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.