@@ -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 | */ |
@@ -872,9 +871,6 @@ discard block |
||
872 | 871 | /** |
873 | 872 | * List all apps, this is used in apps.php |
874 | 873 | * |
875 | - * @param bool $onlyLocal |
|
876 | - * @param bool $includeUpdateInfo Should we check whether there is an update |
|
877 | - * in the app store? |
|
878 | 874 | * @return array |
879 | 875 | */ |
880 | 876 | public static function listAllApps() { |