diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-18 14:38:53 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-18 14:39:32 +0100 |
| commit | ebf461a025411834cf417e50163c2b334123f66e (patch) | |
| tree | 83a8e795c6ddeaeee33953341b410e8e7fbd86f0 /ext/intl/dateformat/dateformat.stub.php | |
| parent | 39077deea5cc4ad79b22e8fc238893506b1a2223 (diff) | |
| download | php-git-ebf461a025411834cf417e50163c2b334123f66e.tar.gz | |
Sync datefmt_get_calendar_object signature
In this case, it's only a matter of using the same type order
in both cases.
Diffstat (limited to 'ext/intl/dateformat/dateformat.stub.php')
| -rw-r--r-- | ext/intl/dateformat/dateformat.stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/dateformat/dateformat.stub.php b/ext/intl/dateformat/dateformat.stub.php index 032a04c6fa..22ece903c1 100644 --- a/ext/intl/dateformat/dateformat.stub.php +++ b/ext/intl/dateformat/dateformat.stub.php @@ -48,7 +48,7 @@ class IntlDateFormatter public function getTimeZoneId() {} /** - * @return IntlCalendar|null|false + * @return IntlCalendar|false|null * @alias datefmt_get_calendar_object */ public function getCalendarObject() {} |
