@@ -42,7 +42,6 @@ discard block |
||
| 42 | 42 | /** |
| 43 | 43 | * Extracts the relevant content from the response. |
| 44 | 44 | * |
| 45 | - * @param Response $response |
|
| 46 | 45 | * |
| 47 | 46 | * @return array|mixed |
| 48 | 47 | */ |
@@ -96,7 +95,7 @@ discard block |
||
| 96 | 95 | /** |
| 97 | 96 | * Get HTTP status code. |
| 98 | 97 | * |
| 99 | - * @return string |
|
| 98 | + * @return integer |
|
| 100 | 99 | */ |
| 101 | 100 | public function getStatus() |
| 102 | 101 | { |