@@ -125,6 +125,7 @@ discard block |
||
| 125 | 125 | * |
| 126 | 126 | * @param IOutput $output |
| 127 | 127 | * @param string[] $appList |
| 128 | + * @param string $event |
|
| 128 | 129 | * @return array |
| 129 | 130 | * @throws AppManagerException |
| 130 | 131 | */ |
@@ -160,7 +161,7 @@ discard block |
||
| 160 | 161 | /** |
| 161 | 162 | * Get app list separated as compatible/incompatible/missing |
| 162 | 163 | * |
| 163 | - * @return array |
|
| 164 | + * @return IOutput |
|
| 164 | 165 | */ |
| 165 | 166 | protected function getAppsToUpgrade() { |
| 166 | 167 | $installedApps = $this->appManager->getInstalledApps(); |