@@ -76,10 +76,10 @@ |
||
76 | 76 | $dns = $dnsResolverFactory->createCached('1.1.1.1', $this->loop); |
77 | 77 | $dnsConnector = new \React\Socket\DnsConnector($tcpConnector, $dns); |
78 | 78 | |
79 | - $dnsConnector->connect($this->server)->then(function (ConnectionInterface $connection) { |
|
79 | + $dnsConnector->connect($this->server)->then(function(ConnectionInterface $connection) { |
|
80 | 80 | $this->connection = $connection; |
81 | 81 | |
82 | - $this->connection->on('data', function ($data) { |
|
82 | + $this->connection->on('data', function($data) { |
|
83 | 83 | foreach ($this->parseMessages($data) as $msg) { |
84 | 84 | $this->handleIrcMessage($msg); |
85 | 85 | } |