@@ -37,7 +37,7 @@ discard block |
||
| 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 |
||
| 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) |