Passed
Push — master ( 48d05f...3266a4 )
by Mohammad
08:38
created
src/Receiver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
 
141 141
     /**
142 142
      * @param $msg
143
-     * @param $from
143
+     * @param ConnectionInterface $from
144 144
      * @throws WebSocketException
145 145
      */
146 146
     function checkForRequiredInMessage($msg, $from)
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     }
156 156
 
157 157
     /**
158
-     * @param $clonedObject
158
+     * @param Receiver $clonedObject
159 159
      * @param $clone
160 160
      */
161 161
     function cloneProperties($clonedObject, $clone)
Please login to merge, or discard this patch.