Completed
Pull Request — master (#552)
by
unknown
02:59
created
src/Facebook/polyfills.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.