diff options
author | kondou <kondou@ts.unde.re> | 2014-03-03 17:32:29 +0100 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2014-03-03 17:32:29 +0100 |
commit | 5e3b6f1fd9f3ba07031cb1cc1757d9ae94bebba6 (patch) | |
tree | 937fe553da0e7b5cb544f1b31b161805754ef603 /lib/private/config.php | |
parent | 7983c90fdcdf2d5e2dd385d3a3c8c97c60d530de (diff) | |
download | nextcloud-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.php | 2 |
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, |