Skip to content

Commit adcc717

Browse files
authored
Document IntlBreakIterator::getPartsIterator() $type change in UPGRADING
Follow-up to #21003. Documents the $type parameter change from string to int in UPGRADING.
1 parent 769441b commit adcc717

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
@@ -37,6 +37,8 @@ PHP 8.6 UPGRADE NOTES
3737
- Intl:
3838
. Passing a non-stringable object as a time zone to Intl APIs that accept
3939
time zone objects or strings now raises a TypeError instead of an Error.
40+
. The $type parameter of IntlBreakIterator::getPartsIterator() has been
41+
changed from string to int to match the underlying implementation.
4042

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

0 commit comments

Comments
 (0)