From 025cc6f6038b7c35bf5a6f52bd549a7252a45de0 Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Sat, 4 Jan 2025 09:42:06 -0800 Subject: [PATCH] UPGRADING: fix misplaced `()` (#17360) [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: