mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #78462: Wrong return type for ArrayIterator::unserialize
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347910 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f8ec46bc76
commit
04d92dac21
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>string</type><methodname>ArrayIterator::unserialize</methodname>
|
||||
<modifier>public</modifier> <type>void</type><methodname>ArrayIterator::unserialize</methodname>
|
||||
<methodparam><type>string</type><parameter>serialized</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The <classname>ArrayIterator</classname>.
|
||||
&return.void;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue