Completed
Push — master ( b4fb45...fd4491 )
by dima
02:45
created
app/Console/Application.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,10 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Console\Application as CoreApp;
6 6
 use Symfony\Component\Console\Input\InputInterface;
7
-use Symfony\Component\Console\Output\OutputInterface;
8
-use Symfony\Component\Console\Input\InputArgument;
9
-use Symfony\Component\Console\Input\InputOption;
10
-use Symfony\Component\Finder\Finder;
11 7
 
12 8
 class Application extends CoreApp
13 9
 {
Please login to merge, or discard this patch.