From ee5fe483c28ea2818f73a6cca85c5ba96ebf5b7e Mon Sep 17 00:00:00 2001 From: David Carlier Date: Thu, 2 Nov 2023 18:47:43 +0000 Subject: [PATCH] [ci skip] fix typo in UPGRADING --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 791b7c2426f..b1600aa0dd5 100644 --- a/UPGRADING +++ b/UPGRADING @@ -282,7 +282,7 @@ PHP 8.3 UPGRADE NOTES now returns true on success, previously null was returned. . IntlChar::enumCharNames is now returning a boolean. Previously it returned null on success and false on failure. - . IntlDateFormatter::construct throws an U_ILLEGALE_ARGUMENT_ERROR + . IntlDateFormatter::construct throws an U_ILLEGAL_ARGUMENT_ERROR exception when an invalid locale had been set. - MBString: