@@ -64,6 +64,9 @@ discard block |
||
64 | 64 | $this->test = $test; |
65 | 65 | } |
66 | 66 | |
67 | + /** |
|
68 | + * @param string $api |
|
69 | + */ |
|
67 | 70 | protected function buildDefaultQuery($api) |
68 | 71 | { |
69 | 72 | $this->request = $this->client->createRequest(self::DEFAULT_METHOD_POST, $this->baseUrl); |
@@ -250,7 +253,7 @@ discard block |
||
250 | 253 | } |
251 | 254 | |
252 | 255 | /** |
253 | - * @return array|Response|null |
|
256 | + * @return Response |
|
254 | 257 | */ |
255 | 258 | protected function sendRequest() |
256 | 259 | { |