Fix return type documentation of gmp_hamdist

It's an integer since the function was added in php 5.5+.
See https://3v4l.org/DgIdi

Patch contributed by Tyson Andre <tysonandre775@hotmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351392 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-15 12:50:13 +00:00
parent f99285b504
commit bc0cf01363

View file

@ -48,7 +48,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&gmp.return;
The hamming distance between <parameter>a</parameter> and <parameter>b</parameter>, as an <type>int</type>.
</para>
</refsect1>