Passed
Pull Request — master (#15)
by Marc
03:50
created
src/Connection/Socket/Handshake.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $response
167
+     * @param null|string $response
168 168
      * @return string
169 169
      */
170 170
     private function createHandshakeMessage($response): string
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @param $response
194
+     * @param null|string $response
195 195
      * @return string
196 196
      * @throws Exception
197 197
      */
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param $response
223
+     * @param null|string $response
224 224
      * @return string
225 225
      * @throws Exception
226 226
      */
@@ -271,7 +271,7 @@  discard block
 block discarded – undo
271 271
     }
272 272
 
273 273
     /**
274
-     * @param $response
274
+     * @param null|string $response
275 275
      * @return string
276 276
      * @throws Exception
277 277
      */
Please login to merge, or discard this patch.