diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-02-28 13:37:41 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-02-28 13:37:41 +0100 |
commit | 89e0763d3d511d2da878db43c89300c51850b0f3 (patch) | |
tree | 83798f7a7ae60b516ea3e7ab913db56002000bec /lib/private/template/base.php | |
parent | 6335f855f9eb5038f3b8bd5cfea4fb9c173fca6d (diff) | |
download | nextcloud-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.php | 4 |
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 |