Passed
Push — master ( f55dd4...6ac744 )
by Mohammad
13:39 queued 20s
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/Routes/Routes.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @param $routeName
28
-     * @param $controller
29
-     * @param $method
27
+     * @param string $routeName
28
+     * @param string $controller
29
+     * @param string $method
30 30
      * @param bool $authenticated
31 31
      */
32 32
     function make($routeName, $controller, $method,$authenticated = true)
Please login to merge, or discard this patch.
src/Traits/WebSocketMessagesManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * @param $msg
23 23
      * @param $from
24
-     * @param $error
24
+     * @param string $error
25 25
      * @throws WebSocketException
26 26
      */
27 27
     function error($msg,ConnectionInterface $from, $error)
Please login to merge, or discard this patch.