@@ -164,7 +164,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
271 | 271 | } |
272 | 272 | |
273 | 273 | /** |
274 | - * @param $response |
|
274 | + * @param null|string $response |
|
275 | 275 | * @return string |
276 | 276 | * @throws Exception |
277 | 277 | */ |