@@ -282,7 +282,7 @@ |
||
282 | 282 | } |
283 | 283 | |
284 | 284 | /** |
285 | - * @param $state |
|
285 | + * @param null|string $state |
|
286 | 286 | * |
287 | 287 | * @return $this |
288 | 288 | */ |
@@ -9,7 +9,7 @@ |
||
9 | 9 | { |
10 | 10 | /** |
11 | 11 | * @param ResponseInterface $response |
12 | - * @param string $format |
|
12 | + * @param string|null $requestFormat |
|
13 | 13 | * |
14 | 14 | * @return ResponseInterface|\Psr\Http\Message\StreamInterface|\SimpleXMLElement|string |
15 | 15 | * |