@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * @see https://github.com/sarciszewski/php-future/blob/master/src/Security.php#L37-L51 |
27 | 27 | */ |
28 | -if(!function_exists('hash_equals')) { |
|
28 | +if (!function_exists('hash_equals')) { |
|
29 | 29 | function hash_equals($knownString, $userString) |
30 | 30 | { |
31 | 31 | $kLen = strlen($knownString); |