Passed
Push — 2.x ( 596a61...b45439 )
by Terry
01:46
created
src/Firewall/FirewallTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
     {
244 244
         $driverType = (string) $this->getOption('driver_type');
245 245
 
246
-        return $this->directory . '/' . $this->channel .  '_' . $driverType . '_' . $this->checkpoint;
246
+        return $this->directory . '/' . $this->channel . '_' . $driverType . '_' . $this->checkpoint;
247 247
     }
248 248
 
249 249
     /**
Please login to merge, or discard this patch.
src/Firewall/Helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
         $masked = implode('.', $tmp);
214 214
 
215 215
     } else {
216
-        $masked =  str_repeat('*', strlen($str) - 6) . substr($str, -6);
216
+        $masked = str_repeat('*', strlen($str) - 6) . substr($str, -6);
217 217
     }
218 218
 
219 219
     return $masked;
Please login to merge, or discard this patch.