@@ -623,7 +623,6 @@ discard block |
||
623 | 623 | * Read all app metadata from the info.xml file |
624 | 624 | * |
625 | 625 | * @param string $appId id of the app or the path of the info.xml file |
626 | - * @param boolean $path (optional) |
|
627 | 626 | * @return array|null |
628 | 627 | * @note all data is read from info.xml, not just pre-defined fields |
629 | 628 | * @deprecated use \OC::$server->getAppManager()->getAppInfo($appId) |
@@ -780,9 +779,6 @@ discard block |
||
780 | 779 | /** |
781 | 780 | * List all apps, this is used in apps.php |
782 | 781 | * |
783 | - * @param bool $onlyLocal |
|
784 | - * @param bool $includeUpdateInfo Should we check whether there is an update |
|
785 | - * in the app store? |
|
786 | 782 | * @return array |
787 | 783 | */ |
788 | 784 | public static function listAllApps() { |
@@ -45,7 +45,6 @@ |
||
45 | 45 | * |
46 | 46 | */ |
47 | 47 | use OC\App\DependencyAnalyzer; |
48 | -use OC\App\InfoParser; |
|
49 | 48 | use OC\App\Platform; |
50 | 49 | use OC\Installer; |
51 | 50 | use OC\Repair; |