Passed
Push — master ( 83432a...b15770 )
by Sam
04:56 queued 01:16
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.