Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-23 17:57:12 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-23 17:57:12 +0300
commitbfde96a62346320756b1e7fd470e576db015454a (patch)
treecda76468e8aedc2a3959d02aa1859f39ccbc9606 /lib/private/app.php
parentad6238c808219557e90a1bbaf16e7b0369d67897 (diff)
Fix PHPDoc of OC_App::loadApps()
Diffstat (limited to 'lib/private/app.php')
-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