Test Failed
Push — master ( 07b89e...501ab5 )
by Sam
02:30
created
src/ForwardingServer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
         $this->forwarder->forward($incoming, $this->forwardAddress, $this->forwardPort)->then(function(Stream $outgoing) use ($incoming) {
49 49
             $outgoing->on('init', function() use ($outgoing, $incoming) {
50
-               $this->emit('connection', [$incoming, $this->createConnection($outgoing->stream, false)]);
50
+                $this->emit('connection', [$incoming, $this->createConnection($outgoing->stream, false)]);
51 51
             });
52 52
         });
53 53
 
Please login to merge, or discard this patch.