diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 20:02:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 20:02:27 +0200 |
commit | 20f26068e769258ecbcce3646bab69a851d6c7c4 (patch) | |
tree | d6943fb83adbcd76bb636b679aece358e7c16b79 /lib/private/template | |
parent | e2969062ca172b46713653ac243bb849a54ca7d7 (diff) | |
parent | 6b061c236dd5730837b567f2c39a19af1617d33c (diff) | |
download | nextcloud-server-20f26068e769258ecbcce3646bab69a851d6c7c4.tar.gz nextcloud-server-20f26068e769258ecbcce3646bab69a851d6c7c4.zip |
Merge pull request #7476 from owncloud/type-hinting
Type hinting
Diffstat (limited to 'lib/private/template')
-rw-r--r-- | lib/private/template/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/template/base.php b/lib/private/template/base.php index 7aa0cb4a956..3d7c685c1cf 100644 --- a/lib/private/template/base.php +++ b/lib/private/template/base.php @@ -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 |