Commit 8334703dd94 for php.net

commit 8334703dd94dbd7c60128e0d7f0910b188d62db8
Author: Weilin Du <weilindu@php.net>
Date:   Mon Jul 27 00:00:35 2026 +0800

    CI: Fix writing-tests.rst format to pass doc rstfmt CI

    This fixes https://github.com/php/php-src/actions/runs/30206101130/job/89804320499?pr=22799

diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst
index fb66db79e57..7365267648a 100644
--- a/docs/source/miscellaneous/writing-tests.rst
+++ b/docs/source/miscellaneous/writing-tests.rst
@@ -237,8 +237,8 @@ and not in the INI section. This is because of the order in which settings are c

 If a TZ environmental variable is found the INI setting will be ignored.

-Tests that run, or only have matching EXPECT output, on 32bit platforms can use a SKIPIF
-section like:
+Tests that run, or only have matching EXPECT output, on 32bit platforms can use a SKIPIF section
+like:

 .. code:: php