Passed
Push — master ( f55dd4...6ac744 )
by Mohammad
13:39 queued 20s
created
src/Traits/WebSocketMessagesManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      */
64 64
     function sendBack($data)
65 65
     {
66
-       $this->sendToWebSocketUser($this->conn,$data);
66
+        $this->sendToWebSocketUser($this->conn,$data);
67 67
     }
68 68
 
69 69
 }
70 70
\ No newline at end of file
Please login to merge, or discard this patch.