Skip to content

Commit ebf461a

Browse files
committed
Sync datefmt_get_calendar_object signature
In this case, it's only a matter of using the same type order in both cases.
1 parent 39077de commit ebf461a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/intl/dateformat/dateformat.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function setCalendar(IntlCalendar|int|null $calendar) {}
4848
public function getTimeZoneId() {}
4949

5050
/**
51-
* @return IntlCalendar|null|false
51+
* @return IntlCalendar|false|null
5252
* @alias datefmt_get_calendar_object
5353
*/
5454
public function getCalendarObject() {}

ext/intl/dateformat/dateformat_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 437726f2d61a93d530e7e3b6df0741ae68c64697 */
2+
* Stub hash: 62742b5f463272f43970e98900a89d513c4fb839 */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter___construct, 0, 0, 3)
55
ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 1)

0 commit comments

Comments
 (0)