Skip to content

Commit

Permalink
Sync datefmt_get_calendar_object signature
Browse files Browse the repository at this point in the history
In this case, it's only a matter of using the same type order
in both cases.
  • Loading branch information
nikic committed Jan 18, 2021
1 parent 39077de commit ebf461a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/intl/dateformat/dateformat.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function setCalendar(IntlCalendar|int|null $calendar) {}
public function getTimeZoneId() {}

/**
* @return IntlCalendar|null|false
* @return IntlCalendar|false|null
* @alias datefmt_get_calendar_object
*/
public function getCalendarObject() {}
Expand Down
2 changes: 1 addition & 1 deletion ext/intl/dateformat/dateformat_arginfo.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 437726f2d61a93d530e7e3b6df0741ae68c64697 */
* Stub hash: 62742b5f463272f43970e98900a89d513c4fb839 */

ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter___construct, 0, 0, 3)
ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 1)
Expand Down

0 comments on commit ebf461a

Please sign in to comment.