@@ -173,6 +173,8 @@ |
||
| 173 | 173 | /** |
| 174 | 174 | * Sends the request and returns the parsed response. |
| 175 | 175 | * |
| 176 | + * @param string $method |
|
| 177 | + * @param string $path |
|
| 176 | 178 | * @return array The parsed response |
| 177 | 179 | */ |
| 178 | 180 | public function getResponse($method, $path, array $query = [], array $data = []) |