@@ -655,7 +655,6 @@ discard block |
||
655 | 655 | * Read all app metadata from the info.xml file |
656 | 656 | * |
657 | 657 | * @param string $appId id of the app or the path of the info.xml file |
658 | - * @param boolean $path (optional) |
|
659 | 658 | * @return array|null |
660 | 659 | * @note all data is read from info.xml, not just pre-defined fields |
661 | 660 | * @throws \InvalidArgumentException if appId is empty or xml was invalid |
@@ -875,9 +874,6 @@ discard block |
||
875 | 874 | /** |
876 | 875 | * List all apps, this is used in apps.php |
877 | 876 | * |
878 | - * @param bool $onlyLocal |
|
879 | - * @param bool $includeUpdateInfo Should we check whether there is an update |
|
880 | - * in the app store? |
|
881 | 877 | * @return array |
882 | 878 | */ |
883 | 879 | public static function listAllApps() { |