[DOC-CVS] [doc-en] master: Move emphasis to the beginning of the sentence and make it consistent with other items (#5538)
[email protected] (Sebastian Hädrich via GitHub) Tue, 5 May 2026 15:33:05 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sebastian Hädrich (shaedrich)
Committer: GitHub (web-flow)
Pusher: TimWolla
Date: 2026-05-05T17:33:02+02:00
Commit: https://github.com/php/doc-en/commit/86a4b30f22f16793d60adbce234d3786b9f3500e
Raw diff: https://github.com/php/doc-en/commit/86a4b30f22f16793d60adbce234d3786b9f3500e.diff
Move emphasis to the beginning of the sentence and make it consistent with other items (#5538)
to reduce cognitive load
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 fd1d8d49cfa8..adff7a6e91b7 100644
--- a/reference/errorfunc/functions/debug-backtrace.xml
+++ b/reference/errorfunc/functions/debug-backtrace.xml
@@ -75,7 +75,7 @@
<row>
<entry><code>debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)</code></entry>
<entry morerows="1" valign="middle">
- Omits index <literal>"object"</literal> <emphasis>and</emphasis> index <literal>"args"</literal>.
+ Omits <emphasis>both</emphasis> index <literal>"object"</literal> <emphasis>and</emphasis> index <literal>"args"</literal>.
</entry>
</row>
<row>