Passed
Push — 2.x ( 827ce7...e6bdc5 )
by Terry
16:24 queued 08:16
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.