Passed
Push — master ( f55dd4...6ac744 )
by Mohammad
13:39 queued 20s
created
src/Receiver.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
 
127 127
     /**
128 128
      * @param $msg
129
-     * @param $from
129
+     * @param ConnectionInterface $from
130 130
      * @throws WebSocketException
131 131
      */
132 132
     function checkForRequiredInMessage($msg,$from)
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @param $clonedObject
144
+     * @param Receiver $clonedObject
145 145
      * @param $clone
146 146
      */
147 147
     function cloneProperties($clonedObject, $clone)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Shamaseen\Laravel\Ratchet\Exceptions\WebSocketException;
14 14
 use Shamaseen\Laravel\Ratchet\Facades\WsRoute;
15 15
 use Shamaseen\Laravel\Ratchet\Objects\Clients\Client;
16
-use Shamaseen\Laravel\Ratchet\Routes\Routes;
17 16
 use Ratchet\ConnectionInterface;
18 17
 use Ratchet\MessageComponentInterface;
19 18
 use Shamaseen\Laravel\Ratchet\Traits\WebSocketMessagesManager;
Please login to merge, or discard this patch.