@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * @throws BadMethodCallException |
| 102 | 102 | * @throws RequestException |
| 103 | 103 | * @throws InvalidArgumentException |
| 104 | - * @return RequestInterface |
|
| 104 | + * @return \Psr\Http\Message\ResponseInterface |
|
| 105 | 105 | */ |
| 106 | 106 | public function __call(string $name, array $arguments) |
| 107 | 107 | { |
@@ -143,7 +143,7 @@ discard block |
||
| 143 | 143 | * @param array $headers |
| 144 | 144 | * @param array $queryParams |
| 145 | 145 | * @throws RequestException |
| 146 | - * @return RequestInterface |
|
| 146 | + * @return \Psr\Http\Message\ResponseInterface |
|
| 147 | 147 | */ |
| 148 | 148 | private function httpRequest(string $actionName, array $headers, array $queryParams) |
| 149 | 149 | { |