Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-16 21:24:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-16 21:24:50 +0300
commit0dc22d13a90f5ce23b3d91fdd3ff0da12b9f9f88 (patch)
tree0ad710c3f89598b5f91247fe2a909255c8276e52 /lib/public/IL10N.php
parent9db189174c26326bbb58d96f614a415cd15542d1 (diff)
Fix IL10N phpdoc
Diffstat (limited to 'lib/public/IL10N.php')
-rw-r--r--lib/public/IL10N.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IL10N.php b/lib/public/IL10N.php
index 68bbb5a51fa..0dfe28c2ce8 100644
--- a/lib/public/IL10N.php
+++ b/lib/public/IL10N.php
@@ -76,10 +76,10 @@ interface IL10N {
/**
* Localization
* @param string $type Type of localization
- * @param int|string $data parameters for this localization
+ * @param \DateTime|int|string $data parameters for this localization
* @param array $options currently supports following options:
* - 'width': handed into \Punic\Calendar::formatDate as second parameter
- * @return string|false
+ * @return string|int|false
*
* Returns the localized data.
*