summaryrefslogtreecommitdiffstats
path: root/lib/private/template/base.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/template/base.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/template/base.php')
-rw-r--r--lib/private/template/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/template/base.php b/lib/private/template/base.php
index 232a29939cc..8af2fce7737 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 mixed $value value
* @return bool
*
* This function assigns a variable. It can be accessed via $_[$key] in
@@ -77,7 +77,7 @@ class Base {
/**
* @brief Appends a variable
* @param string $key key
- * @param string $value value
+ * @param mixed $value value
* @return boolean|null
*
* This function assigns a variable in an array context. If the key already