summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-05 00:40:49 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-05 00:40:49 +0100
commit7edd8df07f50b0a556889b276eaeeab37cb175be (patch)
tree4e47a195321e94c9befdb33821f4c6faccf991df /lib
parent1da90fab848686028c0e41c45a659678d5774ddf (diff)
parent5e3b6f1fd9f3ba07031cb1cc1757d9ae94bebba6 (diff)
downloadnextcloud-server-7edd8df07f50b0a556889b276eaeeab37cb175be.tar.gz
nextcloud-server-7edd8df07f50b0a556889b276eaeeab37cb175be.zip
Merge pull request #7521 from owncloud/docstrings_2_kondou
Fix some more docstrings
Diffstat (limited to 'lib')
-rw-r--r--lib/private/config.php2
-rw-r--r--lib/private/template/base.php2
2 files changed, 2 insertions, 2 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,
diff --git a/lib/private/template/base.php b/lib/private/template/base.php
index 232a29939cc..7aa0cb4a956 100644
--- a/lib/private/template/base.php
+++ b/lib/private/template/base.php
@@ -61,7 +61,7 @@ class Base {
/**
* @brief Assign variables
* @param string $key key
- * @param string $value value
+ * @param array|bool|integer|string $value value
* @return bool
*
* This function assigns a variable. It can be accessed via $_[$key] in