Merge branch '3.0'

This commit is contained in:
terrafrost 2023-03-03 14:23:11 -06:00
commit a8e90331c1

View File

@ -766,4 +766,4 @@ class BigInteger implements \JsonSerializable
{
return array_map(fn ($val) => new static($val), $this->value->bitwise_split($split));
}
}
}