Completed
Pull Request — master (#14)
by Greg
02:21
created
src/AnnotatedCommandFactory.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,10 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Consolidation\AnnotatedCommand;
3 3
 
4
-use Symfony\Component\Console\Command\Command;
5
-use Symfony\Component\Console\Input\InputInterface;
6
-use Symfony\Component\Console\Output\OutputInterface;
7
-
8 4
 class AnnotatedCommandFactory
9 5
 {
10 6
     protected $commandProcessor;
Please login to merge, or discard this patch.