Skip to content

Commit cd1f13a

Browse files
committed
gmp_gcdext change type to mixed in ArrayShape
1 parent 07aac05 commit cd1f13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmp/gmp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function gmp_gcd(GMP|string|int $num1, GMP|string|int $num2): GMP {}
426426
* @return array An array of GMP numbers.
427427
*/
428428
#[Pure]
429-
#[ArrayShape(["g" => "int", "s" => "int", "t" => "int"])]
429+
#[ArrayShape(["g" => "mixed", "s" => "mixed", "t" => "mixed"])]
430430
function gmp_gcdext(GMP|string|int $num1, GMP|string|int $num2): array {}
431431

432432
/**

0 commit comments

Comments
 (0)