diff --git a/gmp/gmp.php b/gmp/gmp.php index eede9853c..6fade890b 100644 --- a/gmp/gmp.php +++ b/gmp/gmp.php @@ -136,7 +136,7 @@ function gmp_mul(GMP|string|int $num1, GMP|string|int $num2): GMP {} * See the gmp_div_q function for description * of the round argument. *

- * @return array an array, with the first + * @return array{resource|GMP, resource|GMP} an array, with the first * element being [n/d] (the integer result of the * division) and the second being (n - [n/d] * d) * (the remainder of the division).