@@ -70,7 +70,7 @@ |
||
| 70 | 70 | * @param null $uri |
| 71 | 71 | * @param array $options |
| 72 | 72 | * |
| 73 | - * @return mixed|\Psr\Http\Message\ResponseInterface |
|
| 73 | + * @return \Psr\Http\Message\ResponseInterface |
|
| 74 | 74 | * @throws \Exception |
| 75 | 75 | */ |
| 76 | 76 | public function request($method, $uri = null, array $options = []) |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @param $jsonEncodedResponse |
|
| 33 | + * @param \Psr\Http\Message\ResponseInterface $jsonEncodedResponse |
|
| 34 | 34 | * |
| 35 | 35 | * @return RepositoryResponse |
| 36 | 36 | */ |