From 05c1886051c6de87ddd3dba717cfee72b970f9d0 Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Sat, 4 Jan 2025 09:39:56 -0800 Subject: [PATCH] UPGRADING: fix misplaced `()` [skip ci] --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 6df8a66fc6a0f..cf9aef897f614 100644 --- a/UPGRADING +++ b/UPGRADING @@ -101,7 +101,7 @@ PHP 8.5 UPGRADE NOTES ======================================== - Intl: - . IntlDateFormatter::setTimeZone()()/datefmt_set_timezone + . IntlDateFormatter::setTimeZone()/datefmt_set_timezone() throws an IntlException on uninitialised classes/clone failures. - PCNTL: