We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe4ccc commit 3c9b3f8Copy full SHA for 3c9b3f8
gmp/gmp.php
@@ -136,7 +136,7 @@ function gmp_mul(GMP|string|int $num1, GMP|string|int $num2): GMP {}
136
* See the <b>gmp_div_q</b> function for description
137
* of the <i>round</i> argument.
138
* </p>
139
- * @return array an array, with the first
+ * @return array{resource|GMP, resource|GMP} an array, with the first
140
* element being [n/d] (the integer result of the
141
* division) and the second being (n - [n/d] * d)
142
* (the remainder of the division).
0 commit comments