Completed
Pull Request — master (#8)
by Sergey
02:43
created
src/Connection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         $this->stream = $stream;
69 69
         $this->isConnecting = false;
70 70
 
71
-        $stream->on('data', function ($chunk) {
71
+        $stream->on('data', function($chunk) {
72 72
             $this->emit('data', [$chunk]);
73 73
         });
74 74
 
Please login to merge, or discard this patch.