@@ -360,7 +360,7 @@ discard block |
||
360 | 360 | } |
361 | 361 | |
362 | 362 | /** |
363 | - * @return MockObject|HttpClientInterface |
|
363 | + * @return HttpClientInterface |
|
364 | 364 | */ |
365 | 365 | protected function createSuccessHttpClientStub() |
366 | 366 | { |
@@ -375,7 +375,7 @@ discard block |
||
375 | 375 | } |
376 | 376 | |
377 | 377 | /** |
378 | - * @return MockObject|HttpClientInterface |
|
378 | + * @return HttpClientInterface |
|
379 | 379 | */ |
380 | 380 | protected function createHttpClientMock() |
381 | 381 | { |
@@ -105,6 +105,9 @@ |
||
105 | 105 | ); |
106 | 106 | } |
107 | 107 | |
108 | + /** |
|
109 | + * @param string $content |
|
110 | + */ |
|
108 | 111 | private function parseResponse($content) |
109 | 112 | { |
110 | 113 | return json_decode($content, true); |