Test Failed
Push — 2.x ( 25acc4...469edd )
by Terry
20:00
created
src/Firewall/Helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
         $masked = implode('.', $tmp);
252 252
 
253 253
     } else {
254
-        $masked =  str_repeat('*', strlen($str) - 6) . substr($str, -6);
254
+        $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6);
255 255
     }
256 256
 
257 257
     return $masked;
@@ -783,7 +783,7 @@  discard block
 block discarded – undo
783 783
  */
784 784
 function create_session_id(): string
785 785
 {
786
-    $hash =  rand() . 'ej;1zj47vu;3e;31g642941ek62au/41' . time();
786
+    $hash = rand() . 'ej;1zj47vu;3e;31g642941ek62au/41' . time();
787 787
 
788 788
     return md5($hash);
789 789
 }
Please login to merge, or discard this patch.