Completed
Pull Request — master (#8)
by
unknown
22:27
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,9 +37,9 @@
 block discarded – undo
37 37
     public function connect($host, $port)
38 38
     {
39 39
         $uri = $host.':'.$port;
40
-        return $this->connector->connect($uri)->then(function (Stream $stream) {
40
+        return $this->connector->connect($uri)->then(function(Stream $stream) {
41 41
             return new Connection($stream, $this->requestFactory);
42
-        }, function (\Exception $e) {
42
+        }, function(\Exception $e) {
43 43
             throw $e;
44 44
         });
45 45
     }
Please login to merge, or discard this patch.