summaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-28 20:37:24 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-28 20:37:24 +0200
commit97e982378781deabda5b657594316c1bcde120ae (patch)
tree1d82ac2c14f6eb9a4184d41b619b63289f37777d /lib/private
parentb638c6ee09f77e9372fad07899adbb46a6551f7d (diff)
downloadnextcloud-server-97e982378781deabda5b657594316c1bcde120ae.tar.gz
nextcloud-server-97e982378781deabda5b657594316c1bcde120ae.zip
Document \OC_App::getAllApps return type
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/legacy/OC_App.php2
1 files changed, 1 insertions, 1 deletions
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 {