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:
Christoph Michael Becker 2020-03-13 18:07:06 +00:00
parent ff3d7bb38b
commit 3c28f4f9d0

View file

@ -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>