Completed
Pull Request — master (#4)
by Yoshiaki
02:17
created
Checker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.