Completed
Push — master ( ff8f47...dbda64 )
by De Cramer
02:41 queued 39s
created
src/eXpansion/Core/Services/Application.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * @param PluginManager $pluginManager
38 38
      * @param DataProviderManager $dataProviderManager
39 39
      * @param Connection $connection
40
-     * @param ConsoleOutputInterface $output
40
+     * @param Console $output
41 41
      */
42 42
     public function __construct(
43 43
         PluginManager $pluginManager,
@@ -55,7 +55,6 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Initialize eXpansion.
57 57
      *
58
-     * @param OutputInterface $output
59 58
      * @return $this
60 59
      */
61 60
     public function init(ConsoleOutputInterface $console)
@@ -82,7 +81,6 @@  discard block
 block discarded – undo
82 81
     /**
83 82
      * Run eXpansion
84 83
      *
85
-     * @param OutputInterface $output
86 84
      */
87 85
     public function run()
88 86
     {
Please login to merge, or discard this patch.