@@ -597,6 +597,9 @@ discard block |
||
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 |
||
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() { |