summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-28 22:37:35 +0200
committerGitHub <noreply@github.com>2020-05-28 22:37:35 +0200
commit077c1a9b9fd7b8d88865490b391efa7c03be84d8 (patch)
tree1d82ac2c14f6eb9a4184d41b619b63289f37777d
parentb638c6ee09f77e9372fad07899adbb46a6551f7d (diff)
parent97e982378781deabda5b657594316c1bcde120ae (diff)
downloadnextcloud-server-077c1a9b9fd7b8d88865490b391efa7c03be84d8.tar.gz
nextcloud-server-077c1a9b9fd7b8d88865490b391efa7c03be84d8.zip
Merge pull request #21140 from nextcloud/enhancement/oc-get-all-apps-return-type-doc
Document \OC_App::getAllApps return type
-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 {