mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f99285b504
commit
bc0cf01363
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue