From: Christoph Wurst Date: Thu, 28 May 2020 18:37:24 +0000 (+0200) Subject: Document \OC_App::getAllApps return type X-Git-Tag: v20.0.0beta1~490^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=97e982378781deabda5b657594316c1bcde120ae;p=nextcloud-server.git Document \OC_App::getAllApps return type Signed-off-by: Christoph Wurst --- diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index bfa894fa800..dfeac41497f 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -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 {