Completed
Push — master ( bdb3d4...9f5e72 )
by Anatol
03:32
created
src/Console/Command/SelfUpdateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Symfony\Component\Console\Input\InputOption;
8 8
 use Symfony\Component\Console\Output\OutputInterface;
9 9
 use Humbug\SelfUpdate\Updater;
10
-use Humbug\SelfUpdate\Exception;
11 10
 
12 11
 class SelfUpdateCommand extends Command
13 12
 {
Please login to merge, or discard this patch.
src/Console/Command/InstallerCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -37,13 +37,11 @@
 block discarded – undo
37 37
 namespace Pickle\Console\Command;
38 38
 
39 39
 use Symfony\Component\Console\Command\Command;
40
-use Symfony\Component\Console\Input\InputArgument;
41 40
 use Symfony\Component\Console\Input\InputInterface;
42 41
 use Symfony\Component\Console\Input\InputOption;
43 42
 use Symfony\Component\Console\Output\OutputInterface;
44 43
 use Symfony\Component\Console\Question\ConfirmationQuestion;
45 44
 use Symfony\Component\Console\Question\ChoiceQuestion;
46
-use Symfony\Component\Console\Question\Question;
47 45
 use Symfony\Component\Console\Helper\Table;
48 46
 use Pickle\Base\Interfaces\Package;
49 47
 use Pickle\Base\Abstracts\Console\Command\BuildCommand;
Please login to merge, or discard this patch.