Completed
Branch master (7673a8)
by VEBER
03:49
created
app/Application.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@
 block discarded – undo
42 42
     /**
43 43
      * Construct the application.
44 44
      *
45
-     * @param \Symfony\Component\DependencyInjection\ContainerInterface $container
46 45
      *
47 46
      * @return void
48 47
      */
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Component\Console\Application as BaseApplication;
15 15
 use Symfony\Component\Console\Input\InputInterface;
16
-use Symfony\Component\DependencyInjection\ContainerInterface;
17
-use Symfony\Component\Console\Output\OutputInterface;
18 16
 use Symfony\Component\Console\Input\InputOption;
17
+use Symfony\Component\Console\Output\OutputInterface;
18
+use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 
20 20
 /**
21 21
  * Application.
Please login to merge, or discard this patch.
app/Command.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace CLIFramework;
13 13
 
14 14
 use Symfony\Component\Console\Command\Command as BaseCommand;
15
-use Symfony\Component\Console\Input\InputInterface;
16
-use Symfony\Component\Console\Output\OutputInterface;
17 15
 
18 16
 /**
19 17
  *
Please login to merge, or discard this patch.
app/Kernel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * Register bundles.
40 40
      *
41
-     * @return array
41
+     * @return \Symfony\Bundle\MonologBundle\MonologBundle[]
42 42
      */
43 43
     public function registerBundles()
44 44
     {
Please login to merge, or discard this patch.