Skip to content

Commit 6a22d2f

Browse files
committed
fix procedural stubs
1 parent 932d949 commit 6a22d2f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ext/intl/php_intl.stub.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,7 @@ function intltz_count_equivalent_ids(string $timezoneId): int|false {}
571571

572572
function intltz_create_default(): IntlTimeZone {}
573573

574-
/** @param IntlTimeZone|string|int|float|null $countryOrRawOffset */
575-
function intltz_create_enumeration($countryOrRawOffset = null): IntlIterator|false {}
574+
function intltz_create_enumeration(string|int|null $countryOrRawOffset = null): IntlIterator|false {}
576575

577576
function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {}
578577

ext/intl/php_intl_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)