Completed
Push — develop ( 87aefd...53f18f )
by Mike
07:16
created
src/phpDocumentor/Application/Console/Command/Project/RunCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -16,18 +16,15 @@
 block discarded – undo
16 16
 namespace phpDocumentor\Application\Console\Command\Project;
17 17
 
18 18
 use League\Pipeline\Pipeline;
19
-use Monolog\Logger;
20 19
 use phpDocumentor\Application\Console\Command\Command;
21 20
 use phpDocumentor\Descriptor\ProjectDescriptorBuilder;
22 21
 use phpDocumentor\Event\Dispatcher;
23 22
 use phpDocumentor\Parser\Event\PreFileEvent;
24 23
 use phpDocumentor\Parser\Event\PreParsingEvent;
25 24
 use phpDocumentor\Transformer\Event\PostTransformationEvent;
26
-use phpDocumentor\Transformer\Event\PostTransformEvent;
27 25
 use phpDocumentor\Transformer\Event\PreTransformEvent;
28 26
 use phpDocumentor\Transformer\Transformer;
29 27
 use Psr\Log\LoggerInterface;
30
-use Symfony\Bridge\Monolog\Handler\ConsoleHandler;
31 28
 use Symfony\Component\Console\Helper\ProgressBar;
32 29
 use Symfony\Component\Console\Input\InputInterface;
33 30
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.