Completed
Push — master ( ab55cb...74f9b3 )
by Ma
03:26
created
src/Api/Controller/ServerInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.