Skip to content

Commit 951dab7

Browse files
committed
UPGRADING: Fix IntlTimeZone::getIanaID new method notice
This was previously written as `IntlDateFormatter::getIanaID()`, but the new method is added to the `IntlTimeZone` class. [skip ci]
1 parent cf3ecff commit 951dab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ PHP 8.4 UPGRADE NOTES
787787
. Added HashContext::__debugInfo().
788788

789789
- Intl:
790-
. Added IntlDateFormatter::getIanaID()/intltz_get_iana_id() to
790+
. Added IntlTimeZone::getIanaID()/intltz_get_iana_id() to
791791
the IANA identifier from a given timezone.
792792
. Added grapheme_str_split which allow to support emoji and Variation
793793
Selectors.

0 commit comments

Comments
 (0)