[php-src] master: CI: Fix writing-tests.rst format to pass doc rstfmt CI

Weilin Du <[email protected]> Sun, 26 Jul 2026 16:02:12 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Weilin Du (LamentXU123)
Date: 2026-07-27T00:00:35+08:00

Commit: https://github.com/php/php-src/commit/8334703dd94dbd7c60128e0d7f0910b188d62db8
Raw diff: https://github.com/php/php-src/commit/8334703dd94dbd7c60128e0d7f0910b188d62db8.diff

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

Changed paths:
  M  docs/source/miscellaneous/writing-tests.rst


Diff:

diff --git a/docs/source/miscellaneous/writing-tests.rst b/docs/source/miscellaneous/writing-tests.rst
index fb66db79e57c..7365267648a9 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