Passed
Pull Request — master (#15)
by Marc
02:25
created
src/Connection/Socket/Handshake.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @param $response
187
+     * @param null|string $response
188 188
      * @return string
189 189
      * @throws Exception
190 190
      */
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
     }
214 214
 
215 215
     /**
216
-     * @param $response
216
+     * @param null|string $response
217 217
      * @return string
218 218
      * @throws Exception
219 219
      */
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
     }
265 265
 
266 266
     /**
267
-     * @param $response
267
+     * @param null|string $response
268 268
      * @return string
269 269
      * @throws Exception
270 270
      */
Please login to merge, or discard this patch.