Skip to content

Commit

Permalink
gmp_gcdext change type to mixed in ArrayShape
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Oct 17, 2022
1 parent 07aac05 commit cd1f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmp/gmp.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ function gmp_gcd(GMP|string|int $num1, GMP|string|int $num2): GMP {}
* @return array An array of GMP numbers.
*/
#[Pure]
#[ArrayShape(["g" => "int", "s" => "int", "t" => "int"])]
#[ArrayShape(["g" => "mixed", "s" => "mixed", "t" => "mixed"])]
function gmp_gcdext(GMP|string|int $num1, GMP|string|int $num2): array {}

/**
Expand Down

0 comments on commit cd1f13a

Please sign in to comment.