From 97e982378781deabda5b657594316c1bcde120ae Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 28 May 2020 20:37:24 +0200 Subject: [PATCH] Document \OC_App::getAllApps return type Signed-off-by: Christoph Wurst --- lib/private/legacy/OC_App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index bfa894fa80..dfeac41497 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 {