summaryrefslogtreecommitdiff
path: root/ext/intl/dateformat/dateformat.stub.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-18 14:39:51 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-18 14:39:51 +0100
commit49e030d551472143d7f3ac47d8d710105d5db958 (patch)
treeb97b5aab3e8c6fad5c23787de7920f849b5987ae /ext/intl/dateformat/dateformat.stub.php
parent0f26f9b34058239d0ed1e270163081f2acbecffb (diff)
parentebf461a025411834cf417e50163c2b334123f66e (diff)
downloadphp-git-49e030d551472143d7f3ac47d8d710105d5db958.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Sync datefmt_get_calendar_object signature Sync intlcal_create_instance() and IntlCalendar::createInstance() Sync date_diff and DateTime::diff return type
Diffstat (limited to 'ext/intl/dateformat/dateformat.stub.php')
-rw-r--r--ext/intl/dateformat/dateformat.stub.php2
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() {}