summaryrefslogtreecommitdiffstats
path: root/lib/private/config.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2014-03-03 17:32:29 +0100
committerkondou <kondou@ts.unde.re>2014-03-03 17:32:29 +0100
commit5e3b6f1fd9f3ba07031cb1cc1757d9ae94bebba6 (patch)
tree937fe553da0e7b5cb544f1b31b161805754ef603 /lib/private/config.php
parent7983c90fdcdf2d5e2dd385d3a3c8c97c60d530de (diff)
downloadnextcloud-server-5e3b6f1fd9f3ba07031cb1cc1757d9ae94bebba6.tar.gz
nextcloud-server-5e3b6f1fd9f3ba07031cb1cc1757d9ae94bebba6.zip
Fix some more docstrings
Diffstat (limited to 'lib/private/config.php')
-rw-r--r--lib/private/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/config.php b/lib/private/config.php
index 3649da84973..56f47256134 100644
--- a/lib/private/config.php
+++ b/lib/private/config.php
@@ -77,7 +77,7 @@ class Config {
/**
* @brief Gets a value from config.php
* @param string $key key
- * @param string|null $default = null default value
+ * @param array|bool|string|null $default = null default value
* @return string the value or $default
*
* This function gets the value from config.php. If it does not exist,