Fix IL10N phpdoc

This commit is contained in:
Roeland Jago Douma 2016-08-16 20:24:50 +02:00
parent 9db189174c
commit 0dc22d13a9
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*