Passed
Push — 2.x ( d24405...546b7d )
by Terry
05:52 queued 11s
created
src/Firewall/Firewall/SetupTrait.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -313,8 +313,9 @@
 block discarded – undo
313 313
         $deniedList = [];
314 314
 
315 315
         foreach ($ipList as $ip) {
316
-            if (empty($ip))
317
-                continue;
316
+            if (empty($ip)) {
317
+                            continue;
318
+            }
318 319
 
319 320
             if (0 === strpos($this->kernel->getCurrentUrl(), empty($ip['url']) ? '/' : $ip['url']) ) {
320 321
 
Please login to merge, or discard this patch.