@@ -180,7 +180,7 @@ |
||
| 180 | 180 | * |
| 181 | 181 | * @param array $options Options passed to application |
| 182 | 182 | * |
| 183 | - * @return void |
|
| 183 | + * @return Application |
|
| 184 | 184 | */ |
| 185 | 185 | public function initSystems($options) |
| 186 | 186 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | /** |
| 64 | 64 | * List all tasks runned by ctrlRouterLink |
| 65 | 65 | * |
| 66 | - * @return array |
|
| 66 | + * @return \stdClass[] |
|
| 67 | 67 | */ |
| 68 | 68 | protected function obtainCtrlRouterLinkTasks() |
| 69 | 69 | { |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Getter accessor to property listToInstall |
| 27 | 27 | * |
| 28 | - * @return type |
|
| 28 | + * @return \BFW\Install\ModuleInstall[] |
|
| 29 | 29 | */ |
| 30 | 30 | public function getListToInstall() |
| 31 | 31 | { |