intelephense

1.14.41.16.1
lib/stub/gmp/gmp.php
lib/stub/gmp/gmp.php
+1−1
Index: package/lib/stub/gmp/gmp.php
===================================================================
--- package/lib/stub/gmp/gmp.php
+++ package/lib/stub/gmp/gmp.php
@@ -136,9 +136,9 @@
  * @param int $rounding_mode [optional] <p>
  * See the <b>gmp_div_q</b> function for description
  * of the <i>round</i> argument.
  * </p>
- * @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).
  */