Completed
Pull Request — master (#27711)
by Victor
14:56
created
lib/private/Repair/Apps.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,6 +125,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.