Completed
Push — master ( 241235...6634cb )
by Kacper
03:06
created
Utils/DnsResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                 continue;
57 57
             }
58 58
 
59
-            $this->_results = array_merge($this->_results, array_map(function ($record) use($type) {
59
+            $this->_results = array_merge($this->_results, array_map(function($record) use($type) {
60 60
                 return $type === DNS_SRV
61 61
                     ? [$record['target'], $record['port']]
62 62
                     : [$record['ip'], $this->_port];
Please login to merge, or discard this patch.