Completed
Pull Request — master (#30188)
by Jörn Friedrich
45:44 queued 32:36
created
lib/private/legacy/app.php 2 patches
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -623,7 +623,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.