From 82a15338e298142f52854b64d803695d4e5252df Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Tue, 8 Sep 2026 16:42:45 -0400 Subject: [PATCH] NEWS: Remove duplicate (#23622) Removed duplicate mention of `Collator::sort()` from deprecated functions list. --- NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS b/NEWS index 0bc09de808bd..4df5387dfe4e 100644 --- a/NEWS +++ b/NEWS @@ -410,7 +410,6 @@ PHP NEWS (Girgias) . The SORT_LOCALE_STRING constant for the family of sort functions is now deprecated, use one of the following functions instead: - * Collator::sort() * Collator::asort() * Collator::sort() * Collator::sortWithSortKeys()