@@ -20,7 +20,7 @@ |
||
20 | 20 | * @param string $uri |
21 | 21 | * @param array $options |
22 | 22 | * |
23 | - * @return \GuzzleHttp\Message\ResponseInterface |
|
23 | + * @return \Psr\Http\Message\ResponseInterface |
|
24 | 24 | */ |
25 | 25 | protected function _doRequest($method, $uri, $options) |
26 | 26 | { |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | * @param string $data |
169 | 169 | * @param string $serialisationClass |
170 | 170 | * |
171 | - * @return object |
|
171 | + * @return \MovingImage\Meta\Interfaces\ChannelInterface[] |
|
172 | 172 | */ |
173 | 173 | protected function deserialize($data, $serialisationClass) |
174 | 174 | { |
@@ -235,7 +235,7 @@ discard block |
||
235 | 235 | * @param string $method |
236 | 236 | * @param string $uri |
237 | 237 | * @param array $options |
238 | - * @param mixed $response |
|
238 | + * @param ResponseInterface $response |
|
239 | 239 | * |
240 | 240 | * @return bool |
241 | 241 | */ |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | * Serializes the provided response to a string, suitable for caching. |
268 | 268 | * The type of the $response argument varies depending on the guzzle version. |
269 | 269 | * |
270 | - * @param mixed $response |
|
270 | + * @param ResponseInterface $response |
|
271 | 271 | * |
272 | 272 | * @return string |
273 | 273 | */ |