Completed
Pull Request — master (#44)
by Pádraic
02:03
created
src/Console/Command/SelfUpdate.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,13 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Povils\PHPMND\Console\Command;
4 4
 
5
-use Povils\PHPMND\Console\Application;
6 5
 use Symfony\Component\Console\Command\Command as BaseCommand;
7 6
 use Symfony\Component\Console\Input\InputInterface;
8 7
 use Symfony\Component\Console\Input\InputOption;
9 8
 use Symfony\Component\Console\Output\OutputInterface;
10 9
 use Humbug\SelfUpdate\Updater;
11
-use Humbug\SelfUpdate\Strategy\GithubStrategy;
12 10
 
13 11
 class SelfUpdate extends BaseCommand
14 12
 {
Please login to merge, or discard this patch.