Passed
Push — master ( de3770...e18c28 )
by Petr
07:43
created
php-src/Bans/AIP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $this->setIKbLang($lang);
28 28
         $this->setBasicIp(new Ip());
29
-        $this->knownIps = array_map(function ($row) {
29
+        $this->knownIps = array_map(function($row) {
30 30
             return $this->expandIP($row);
31 31
         }, $source->getRecords());
32 32
     }
Please login to merge, or discard this patch.