@@ -57,7 +57,7 @@ |
||
57 | 57 | protected static function defaultRandomStringGenerator() |
58 | 58 | { |
59 | 59 | //Mcrypt |
60 | - if (function_exists('mcrypt_create_iv') && version_compare( PHP_VERSION, '7.1', '<' )) { |
|
60 | + if (function_exists('mcrypt_create_iv') && version_compare(PHP_VERSION, '7.1', '<')) { |
|
61 | 61 | return new McryptRandomStringGenerator(); |
62 | 62 | } |
63 | 63 |