Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Jan 20, 2023
1 parent 48ce499 commit 2607815
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/ext/gmp/GMP.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 2607815

Please sign in to comment.