@@ -26,7 +26,7 @@ |
||
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 | } |