]> source.dussan.org Git - nextcloud-server.git/commitdiff
Document \OC_App::getAllApps return type 21140/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 28 May 2020 18:37:24 +0000 (20:37 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 28 May 2020 18:37:24 +0000 (20:37 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/legacy/OC_App.php

index bfa894fa8007ae1a61b73f2eadcf16e5acc9e535..dfeac41497fe569b18cb472dbdaf518cee7c82a3 100644 (file)
@@ -673,7 +673,7 @@ class OC_App {
        /**
         * get a list of all apps in the apps folder
         *
-        * @return array an array of app names (string IDs)
+        * @return string[] an array of app names (string IDs)
         * @todo: change the name of this method to getInstalledApps, which is more accurate
         */
        public static function getAllApps(): array {