diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-16 20:24:50 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-16 20:24:50 +0200 |
commit | 0dc22d13a90f5ce23b3d91fdd3ff0da12b9f9f88 (patch) | |
tree | 0ad710c3f89598b5f91247fe2a909255c8276e52 /lib/public/IL10N.php | |
parent | 9db189174c26326bbb58d96f614a415cd15542d1 (diff) | |
download | nextcloud-server-0dc22d13a90f5ce23b3d91fdd3ff0da12b9f9f88.tar.gz nextcloud-server-0dc22d13a90f5ce23b3d91fdd3ff0da12b9f9f88.zip |
Fix IL10N phpdoc
Diffstat (limited to 'lib/public/IL10N.php')
-rw-r--r-- | lib/public/IL10N.php | 4 |
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. * |