Completed
Pull Request — master (#4)
by Yoshiaki
02:04
created
Checker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
                 $onPageIpAddress = $matches['ipaddress'];
56 56
 
57 57
                 foreach (array_keys(self::$ipAddress) as $type) {
58
-                    $result = array_filter(self::$ipAddress[$type], function ($identifier) use ($onPageIpAddress, $type) {
58
+                    $result = array_filter(self::$ipAddress[$type], function($identifier) use ($onPageIpAddress, $type) {
59 59
                         switch ($type) {
60 60
                             case 'static':
61 61
                                 return in_array($identifier, $onPageIpAddress);
Please login to merge, or discard this patch.