@@ -56,7 +56,7 @@ |
||
| 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]; |