Fix return type

Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342392 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-04-19 16:40:03 +00:00
parent b16044a088
commit ed63e041a8

View file

@ -9,7 +9,7 @@
&reftitle.description;
<para>&style.procedural;</para>
<methodsynopsis>
<type>int</type><methodname>grapheme_substr</methodname>
<type>string</type><methodname>grapheme_substr</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam><type>int</type><parameter>start</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>