summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-23 15:57:12 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-23 15:57:12 +0100
commitbfde96a62346320756b1e7fd470e576db015454a (patch)
treecda76468e8aedc2a3959d02aa1859f39ccbc9606
parentad6238c808219557e90a1bbaf16e7b0369d67897 (diff)
downloadnextcloud-server-bfde96a62346320756b1e7fd470e576db015454a.tar.gz
nextcloud-server-bfde96a62346320756b1e7fd470e576db015454a.zip
Fix PHPDoc of OC_App::loadApps()
-rw-r--r--lib/private/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php
index 49d4e942a09..787029b653b 100644
--- a/lib/private/app.php
+++ b/lib/private/app.php
@@ -87,7 +87,7 @@ class OC_App {
/**
* loads all apps
*
- * @param array $types
+ * @param string[] | string | null $types
* @return bool
*
* This function walks through the ownCloud directory and loads all apps