[DOC-CVS] [doc-en] master: Fix wrong xml:id on the fieldsynopsis element of Exception::$code

[email protected] (Máté Kocsis) Thu, 5 Mar 2026 12:49:12 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Máté Kocsis (kocsismate)
Date: 2026-03-05T13:48:51+01:00

Commit: https://github.com/php/doc-en/commit/6a05d92a32e2eec66f7a32429696abe7f118b0aa
Raw diff: https://github.com/php/doc-en/commit/6a05d92a32e2eec66f7a32429696abe7f118b0aa.diff

Fix wrong xml:id on the fieldsynopsis element of Exception::$code

Changed paths:
  M  language/predefined/exception.xml


Diff:

diff --git a/language/predefined/exception.xml b/language/predefined/exception.xml
index 47f59fa654d4..70bfdf035276 100644
--- a/language/predefined/exception.xml
+++ b/language/predefined/exception.xml
@@ -43,7 +43,7 @@
      <varname linkend="exception.props.string">string</varname>
      <initializer>""</initializer>
     </fieldsynopsis>
-    <fieldsynopsis xml:id="class.exception..code">
+    <fieldsynopsis>
      <modifier>protected</modifier>
      <type>int</type>
      <varname linkend="exception.props.code">code</varname>