Skip to content

Commit 025cc6f

Browse files
UPGRADING: fix misplaced () (php#17360)
[skip ci]
1 parent 9da8ace commit 025cc6f

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
@@ -101,7 +101,7 @@ PHP 8.5 UPGRADE NOTES
101101
========================================
102102

103103
- Intl:
104-
. IntlDateFormatter::setTimeZone()()/datefmt_set_timezone
104+
. IntlDateFormatter::setTimeZone()/datefmt_set_timezone()
105105
throws an IntlException on uninitialised classes/clone failures.
106106

107107
- PCNTL:

0 commit comments

Comments
 (0)