@@ -175,7 +175,7 @@ |
||
| 175 | 175 | * @return void |
| 176 | 176 | */ |
| 177 | 177 | public function init( |
| 178 | - $driver, |
|
| 178 | + $driver, |
|
| 179 | 179 | int $gcExpires = 300, |
| 180 | 180 | int $gcProbability = 1, |
| 181 | 181 | int $gcDivisor = 100, |
@@ -286,7 +286,7 @@ |
||
| 286 | 286 | */ |
| 287 | 287 | protected $firewallType = 'self'; |
| 288 | 288 | |
| 289 | - /** |
|
| 289 | + /** |
|
| 290 | 290 | * The reason code of a user to be allowed or denied. |
| 291 | 291 | * |
| 292 | 292 | * @var int|null |
@@ -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 | |