Skip to content

Commit 1e9ee4e

Browse files
committed
Document IntlBreakIterator::getPartsIterator() $type change in UPGRADING
1 parent 6f1f465 commit 1e9ee4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ PHP 8.6 UPGRADE NOTES
4040
. IntlBreakIterator::getLocale() now raises a ValueError when the type is
4141
neither Locale::ACTUAL_LOCALE nor Locale::VALID_LOCALE instead of
4242
returning false.
43+
. The $type parameter of IntlBreakIterator::getPartsIterator() has been
44+
changed from string to int to match the underlying implementation.
4345

4446
- PCNTL:
4547
. pcntl_alarm() now raises a ValueError if the seconds argument is

0 commit comments

Comments
 (0)