Passed
Push — master ( 6ac744...48d05f )
by Mohammad
07:18
created
src/Receiver.php 1 patch
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.
src/Traits/WebSocketMessagesManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * @param $request
24 24
      * @param ConnectionInterface $from
25
-     * @param $error
25
+     * @param string $error
26 26
      * @throws WebSocketException
27 27
      */
28 28
     function error($request,ConnectionInterface $from, $error)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Shamaseen\Laravel\Ratchet\Exceptions\WebSocketException;
13 13
 use Ratchet\ConnectionInterface;
14
-use Shamaseen\Laravel\Ratchet\Objects\Rooms\Room;
15 14
 
16 15
 /**
17 16
  * Trait WebSocketMessagesManager
Please login to merge, or discard this patch.