Skip to content

Commit

Permalink
another CS adjustment after merger
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 2, 2023
1 parent afeffde commit ec6338e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpseclib/Math/BigInteger.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private static function initialize_static_variables(): void
}
}

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');
}
}

Expand Down

0 comments on commit ec6338e

Please sign in to comment.