summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-08-17 10:38:21 +0200
committerGitHub <noreply@github.com>2016-08-17 10:38:21 +0200
commitce0604bd0627c62671d46d443639815ade4d4852 (patch)
treeeb7197f752f84d972a379cb07c833b42c8ae4553 /lib/public
parent56a3c853ccbc9701e8ef9e08365177b9290279b9 (diff)
parent64ff8ac6fa525f45988283bc2a7c68fa4f49e426 (diff)
downloadnextcloud-server-ce0604bd0627c62671d46d443639815ade4d4852.tar.gz
nextcloud-server-ce0604bd0627c62671d46d443639815ade4d4852.zip
Merge pull request #892 from nextcloud/fix_phpdoc
Some scrutinizer phpdoc fixes
Diffstat (limited to 'lib/public')
-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.
*