Completed
Pull Request — master (#30188)
by Jörn Friedrich
11:06
created
lib/private/legacy/app.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -655,7 +655,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.