mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #79256: Generator::next not behaving as documented
Patch provided by ekin@php.net. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349409 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff3d7bb38b
commit
3c28f4f9d0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Calling <methodname>Generator::next</methodname> is equivalent to calling
|
||||
Calling <methodname>Generator::next</methodname> has the same effect as calling
|
||||
<methodname>Generator::send</methodname> with &null; as argument.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue