mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-29 18:18:39 +00:00
Merge branch '2.0'
* 2.0: small CS changes
This commit is contained in:
commit
5745c8a5be
@ -52,7 +52,7 @@ class Random
|
||||
* @throws \RuntimeException if a symmetric cipher is needed but not loaded
|
||||
* @return string
|
||||
*/
|
||||
public static function string($length)
|
||||
static function string($length)
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '7.0.0', '>=')) {
|
||||
try {
|
||||
|
@ -330,7 +330,6 @@ class BigInteger
|
||||
self::$max10 = 10000000;
|
||||
self::$max10Len = 7;
|
||||
self::$maxDigit2 = pow(2, 52); // pow() prevents truncation
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user