[Pkg-owncloud-commits] [owncloud] 19/69: Does also take int or string
David Prévot
taffit at moszumanska.debian.org
Sat May 10 16:20:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 6f57911b449a361b56b8fdf784c355b3380a4b99
Author: Lukas Reschke <lukas at statuscode.ch>
Date: Sun May 4 13:01:57 2014 +0200
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 c7e4328..d6680d6 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list