Merge branch '3.0'

This commit is contained in:
terrafrost 2023-11-01 20:50:22 -05:00
commit afeffdea3c
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class BigInteger implements \JsonSerializable
}
}
throw new UnexpectedValueException('No valid BigInteger found. This is only possible when JIT is enabled on Windows and neither the GMP or BCMath extensions are available so either disable JIT or install GMP / BCMath');
throw new \UnexpectedValueException('No valid BigInteger found. This is only possible when JIT is enabled on Windows and neither the GMP or BCMath extensions are available so either disable JIT or install GMP / BCMath');
}
}