diff --git a/phpseclib/Math/BigInteger.php b/phpseclib/Math/BigInteger.php index b930f4f2..276d7af3 100644 --- a/phpseclib/Math/BigInteger.php +++ b/phpseclib/Math/BigInteger.php @@ -766,4 +766,4 @@ class BigInteger implements \JsonSerializable { return array_map(fn ($val) => new static($val), $this->value->bitwise_split($split)); } -} \ No newline at end of file +}