@@ -54,7 +54,7 @@ |
||
| 54 | 54 | |
| 55 | 55 | $onPageIpAddress = $matches['ipaddress']; |
| 56 | 56 | |
| 57 | - foreach(array_keys(self::$ipAddress) as $type) { |
|
| 57 | + foreach (array_keys(self::$ipAddress) as $type) { |
|
| 58 | 58 | switch ($type) { |
| 59 | 59 | case 'static': |
| 60 | 60 | $result = array_filter(self::$ipAddress[$type], function($ipAddress) use($onPageIpAddress) { |