1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

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)
This commit is contained in:
武田 憲太郎
2026-03-06 22:01:08 +09:00
committed by Christian Weiske
parent cd4180557a
commit cdb9b8afa5

View File

@@ -153,7 +153,7 @@
</listitem>
</varlistentry>
<varlistentry xml:id="soapfault.props.lang">
<term><varname>headerfault</varname></term>
<term><varname>lang</varname></term>
<listitem>
<simpara>
Soap 1.2 Reason Text xml:lang attribute.