Completed
Pull Request — master (#29013)
by Sujith
08:46
created
lib/private/legacy/app.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -597,6 +597,9 @@  discard block
 block discarded – undo
597 597
 		return false;
598 598
 	}
599 599
 
600
+	/**
601
+	 * @param string $appId
602
+	 */
600 603
 	public static function getIconFromUrl($url, $appId) {
601 604
 		if ($url === null) {
602 605
 			return null;
@@ -863,9 +866,6 @@  discard block
 block discarded – undo
863 866
 	/**
864 867
 	 * List all apps, this is used in apps.php
865 868
 	 *
866
-	 * @param bool $onlyLocal
867
-	 * @param bool $includeUpdateInfo Should we check whether there is an update
868
-	 *                                in the app store?
869 869
 	 * @return array
870 870
 	 */
871 871
 	public static function listAllApps() {
Please login to merge, or discard this patch.