Passed
Push — master ( 5dc58b...30ae6f )
by Sam
03:05
created
src/Forwarder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     public function forwardAll(ServerInterface $server, $forwardAddress, $forwardPort)
57 57
     {
58 58
         $server->on('connection', function(ConnectionInterface $connection) use ($forwardAddress, $forwardPort) {
59
-           $this->forward($connection, $forwardAddress, $forwardPort);
59
+            $this->forward($connection, $forwardAddress, $forwardPort);
60 60
         });
61 61
     }
62 62
 
Please login to merge, or discard this patch.