Commit efe66592295 for php.net

commit efe665922950bd5a3bfd427b052dfc1b97840f75
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Mon Aug 3 11:55:06 2026 -0700

    [8.4] NEWS: fix misplaced tabs [skip ci]

diff --git a/NEWS b/NEWS
index b4a69946ee6..ee333ae9f20 100644
--- a/NEWS
+++ b/NEWS
@@ -2559,7 +2559,7 @@ PHP                                                                        NEWS
     to that of fputcsv() and fgetcsv(). (Girgias)
   . php_uname() now throws ValueErrors on invalid inputs. (Girgias)
   . The "allowed_classes" option for unserialize() now throws TypeErrors and
-    ValueErrors	if it is not an	array of class names. (Girgias)
+    ValueErrors if it is not an array of class names. (Girgias)
   . Implemented GH-15685 (improve proc_open error reporting on Windows). (cmb)
   . Add support for backed enums in http_build_query(). (ilutov)
   . Fixed bug GH-15982 (Assertion failure with array_find when references are