@@ -29,7 +29,7 @@ |
||
29 | 29 | private function canUserPassWhiteList($clientIp, Config $config) |
30 | 30 | { |
31 | 31 | if ($config->whitelistEnabled) { |
32 | - if (! in_array($clientIp, $config->whitelist)) { |
|
32 | + if (!in_array($clientIp, $config->whitelist)) { |
|
33 | 33 | return false; |
34 | 34 | } |
35 | 35 | } |