Commit 82a15338e29 for php.net
commit 82a15338e298142f52854b64d803695d4e5252df
Author: Chris Brown <code@drbyte.dev>
Date: Tue Sep 8 16:42:45 2026 -0400
NEWS: Remove duplicate (#23622)
Removed duplicate mention of `Collator::sort()` from deprecated functions list.
diff --git a/NEWS b/NEWS
index 0bc09de808b..4df5387dfe4 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()