@@ -313,8 +313,9 @@ |
||
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 |