diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-05-04 13:01:57 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-05-04 13:01:57 +0200 |
commit | 6f57911b449a361b56b8fdf784c355b3380a4b99 (patch) | |
tree | 6977969deaa4a82e5c2635fee220efd9ddbe09c6 /lib/private/l10n.php | |
parent | d091cca6364a61a8cbc2ab65cb643a3e02c8e0d8 (diff) | |
download | nextcloud-server-6f57911b449a361b56b8fdf784c355b3380a4b99.tar.gz nextcloud-server-6f57911b449a361b56b8fdf784c355b3380a4b99.zip |
Does also take int or string
Diffstat (limited to 'lib/private/l10n.php')
-rw-r--r-- | lib/private/l10n.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/l10n.php b/lib/private/l10n.php index c7e4328161e..d6680d63445 100644 --- a/lib/private/l10n.php +++ b/lib/private/l10n.php @@ -326,7 +326,7 @@ class OC_L10N implements \OCP\IL10N { /** * @brief Localization * @param string $type Type of localization - * @param array $data parameters for this localization + * @param array|int|string $data parameters for this localization * @returns String or false * * Returns the localized data. |