Completed
Push — master ( 5eff20...30d972 )
by dima
02:30
created
app/Console/Application.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -3,11 +3,6 @@
 block discarded – undo
3 3
 namespace Frameworkless\Console;
4 4
 
5 5
 use Symfony\Component\Console\Application as CoreApp;
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 6
 
12 7
 class Application extends CoreApp
13 8
 {
Please login to merge, or discard this patch.