Skip to content

Commit cdb9b8a

Browse files
KentarouTakedacweiske
authored andcommitted
Fix wrong varname for SoapFault::$lang property
Under xml:id="soapfault.props.lang", the <varname> says "headerfault" instead of "lang" (copy-paste error). See https://www.php.net/manual/en/class.soapfault.php (the rendered page shows "headerfault" twice, "lang" is missing)
1 parent cd41805 commit cdb9b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/soap/soapfault.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</listitem>
154154
</varlistentry>
155155
<varlistentry xml:id="soapfault.props.lang">
156-
<term><varname>headerfault</varname></term>
156+
<term><varname>lang</varname></term>
157157
<listitem>
158158
<simpara>
159159
Soap 1.2 Reason Text xml:lang attribute.

0 commit comments

Comments
 (0)