From 6f57911b449a361b56b8fdf784c355b3380a4b99 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 4 May 2014 13:01:57 +0200 Subject: [PATCH] Does also take int or string --- lib/private/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/l10n.php b/lib/private/l10n.php index c7e4328161..d6680d6344 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.