]> granicus.if.org Git - php/commitdiff
Sync datefmt_get_calendar_object signature
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Jan 2021 13:38:53 +0000 (14:38 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Jan 2021 13:39:32 +0000 (14:39 +0100)
In this case, it's only a matter of using the same type order
in both cases.

ext/intl/dateformat/dateformat.stub.php
ext/intl/dateformat/dateformat_arginfo.h

index 032a04c6fafcdea63a8342858b11ac71adaba84c..22ece903c1e259b4d693591da214e9b8cb59e106 100644 (file)
@@ -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() {}
index d406fce6ed8a8092625a6d4b74f969a5815be1bc..ff9fbfa6fd34850b3db083fc49e5c942bc36364e 100644 (file)
@@ -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)