summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/config.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 13:37:41 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-28 13:37:41 +0100
commit89e0763d3d511d2da878db43c89300c51850b0f3 (patch)
tree83798f7a7ae60b516ea3e7ab913db56002000bec /lib/private/legacy/config.php
parent6335f855f9eb5038f3b8bd5cfea4fb9c173fca6d (diff)
downloadnextcloud-server-89e0763d3d511d2da878db43c89300c51850b0f3.tar.gz
nextcloud-server-89e0763d3d511d2da878db43c89300c51850b0f3.zip
Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N
Diffstat (limited to 'lib/private/legacy/config.php')
-rw-r--r--lib/private/legacy/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/legacy/config.php b/lib/private/legacy/config.php
index ab67c8d3020..6c2103179ab 100644
--- a/lib/private/legacy/config.php
+++ b/lib/private/legacy/config.php
@@ -63,8 +63,8 @@ class OC_Config {
/**
* @brief Gets a value from config.php
* @param string $key key
- * @param string $default = null default value
- * @return string the value or $default
+ * @param mixed $default = null default value
+ * @return mixed the value or $default
*
* This function gets the value from config.php. If it does not exist,
* $default will be returned.
@@ -76,7 +76,7 @@ class OC_Config {
/**
* @brief Sets a value
* @param string $key key
- * @param string $value value
+ * @param mixed $value value
*
* This function sets the value and writes the config.php.
*