Skip to content

Commit 78a2333

Browse files
Alfred Bezondrejmirtes
authored andcommitted
Fix wrong IntlDateFormatter format signature
1 parent 55dc9b6 commit 78a2333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5515,7 +5515,7 @@
55155515
'IntlCodePointBreakIterator::getLastCodePoint' => ['int'],
55165516
'IntlDateFormatter::__construct' => ['void', 'locale'=>'?string', 'datetype'=>'?int', 'timetype'=>'?int', 'timezone='=>'null|string|IntlTimeZone|DateTimeZone', 'calendar='=>'null|int|IntlCalendar', 'pattern='=>'string'],
55175517
'IntlDateFormatter::create' => ['IntlDateFormatter|false', 'locale'=>'?string', 'datetype'=>'?int', 'timetype'=>'?int', 'timezone='=>'null|string|IntlTimeZone|DateTimeZone', 'calendar='=>'int|IntlCalendar', 'pattern='=>'string'],
5518-
'IntlDateFormatter::format' => ['string', 'args'=>''],
5518+
'IntlDateFormatter::format' => ['string|false', 'args'=>''],
55195519
'IntlDateFormatter::formatObject' => ['string', 'object'=>'object', 'format='=>'mixed', 'locale='=>'string'],
55205520
'IntlDateFormatter::getCalendar' => ['int'],
55215521
'IntlDateFormatter::getCalendarObject' => ['IntlCalendar'],

0 commit comments

Comments
 (0)