From bc0cf013639431cd4cf8a7f421826e144c639ab9 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 15 Nov 2020 12:50:13 +0000 Subject: [PATCH] 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 . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351392 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/gmp/functions/gmp-hamdist.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/gmp/functions/gmp-hamdist.xml b/reference/gmp/functions/gmp-hamdist.xml index 310958dae2..1e2948605a 100644 --- a/reference/gmp/functions/gmp-hamdist.xml +++ b/reference/gmp/functions/gmp-hamdist.xml @@ -48,7 +48,7 @@ &reftitle.returnvalues; - &gmp.return; + The hamming distance between a and b, as an int.