[DOC-CVS] [doc-en] master: debug_backtrace(): Remove extra whitespaces (#5543)

[email protected] (Sebastian Hädrich via GitHub) Wed, 6 May 2026 21:34:37 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Sebastian Hädrich (shaedrich)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-05-06T23:34:35+02:00

Commit: https://github.com/php/doc-en/commit/26f18bad4964592e0020daa67f0bac81ae7aeb4c
Raw diff: https://github.com/php/doc-en/commit/26f18bad4964592e0020daa67f0bac81ae7aeb4c.diff

debug_backtrace(): Remove extra whitespaces (#5543)

Changed paths:
  M  reference/errorfunc/functions/debug-backtrace.xml


Diff:

diff --git a/reference/errorfunc/functions/debug-backtrace.xml b/reference/errorfunc/functions/debug-backtrace.xml
index 694939daccca..ebe95a32841d 100644
--- a/reference/errorfunc/functions/debug-backtrace.xml
+++ b/reference/errorfunc/functions/debug-backtrace.xml
@@ -130,7 +130,7 @@
        <entry>function</entry>
        <entry><type>string</type></entry>
        <entry>
-        The current function name.  See also
+        The current function name. See also
         <link linkend="language.constants.magic">__FUNCTION__</link>.
        </entry>
       </row>
@@ -138,7 +138,7 @@
        <entry>line</entry>
        <entry><type>int</type></entry>
        <entry>
-        The current line number.  See also
+        The current line number. See also
         <link linkend="language.constants.magic">__LINE__</link>.
        </entry>
       </row>
@@ -146,7 +146,7 @@
        <entry>file</entry>
        <entry><type>string</type></entry>
        <entry>
-        The current file name.  See also
+        The current file name. See also
         <link linkend="language.constants.magic">__FILE__</link>.
        </entry>
       </row>
@@ -154,7 +154,7 @@
        <entry>class</entry>
        <entry><type>string</type></entry>
        <entry>
-        The current <link linkend="language.oop5">class</link> name.  See also
+        The current <link linkend="language.oop5">class</link> name. See also
         <link linkend="language.constants.magic">__CLASS__</link>
        </entry>
       </row>
@@ -177,7 +177,7 @@
        <entry>args</entry>
        <entry><type>array</type></entry>
        <entry>
-        If inside a function, this lists the functions arguments.  If
+        If inside a function, this lists the functions arguments. If
         inside an included file, this lists the included file name(s).
        </entry>
       </row>