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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user