From 2607815b55ccf7bbe5854cf2da83253570a7b426 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Fri, 20 Jan 2023 00:15:59 +0000 Subject: [PATCH] Update stubs --- stubs/ext/gmp/GMP.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stubs/ext/gmp/GMP.php b/stubs/ext/gmp/GMP.php index 1c05cfb9..3e916732 100644 --- a/stubs/ext/gmp/GMP.php +++ b/stubs/ext/gmp/GMP.php @@ -3,6 +3,10 @@ /** @generate-function-entries */ class GMP { + #[\Since('8.2')] + public function __construct(int|string $num = 0, int $base = 0) + { + } #[\Since('8.1')] public function __serialize() : array {