[Intl] fix return type declarations

This commit is contained in:
Nicolas Grekas 2019-08-24 18:03:15 +02:00
parent 73f504c94a
commit 523e9b9feb

View File

@ -415,7 +415,7 @@ class IntlDateFormatter
* contain -1 otherwise it will contain the position at which parsing * contain -1 otherwise it will contain the position at which parsing
* ended. If $parse_pos > strlen($value), the parse fails immediately. * ended. If $parse_pos > strlen($value), the parse fails immediately.
* *
* @return int Parsed value as a timestamp * @return int|false Parsed value as a timestamp
* *
* @see https://php.net/intldateformatter.parse * @see https://php.net/intldateformatter.parse
* *