Completed
Pull Request — master (#31103)
by Thomas
91:22
created
lib/private/legacy/app.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -790,9 +790,6 @@  discard block
 block discarded – undo
790 790
 	/**
791 791
 	 * List all apps, this is used in apps.php
792 792
 	 *
793
-	 * @param bool $onlyLocal
794
-	 * @param bool $includeUpdateInfo Should we check whether there is an update
795
-	 *                                in the app store?
796 793
 	 * @return array
797 794
 	 */
798 795
 	public static function listAllApps() {
@@ -1183,7 +1180,7 @@  discard block
 block discarded – undo
1183 1180
 
1184 1181
 	/**
1185 1182
 	 * @param $app
1186
-	 * @param $currentVersion
1183
+	 * @param string $currentVersion
1187 1184
 	 * @param $versions
1188 1185
 	 * @return bool
1189 1186
 	 */
Please login to merge, or discard this patch.