Skip to content

Commit 2607815

Browse files
committed
Update stubs
1 parent 48ce499 commit 2607815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/ext/gmp/GMP.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
/** @generate-function-entries */
44
class GMP
55
{
6+
#[\Since('8.2')]
7+
public function __construct(int|string $num = 0, int $base = 0)
8+
{
9+
}
610
#[\Since('8.1')]
711
public function __serialize() : array
812
{

0 commit comments

Comments
 (0)