Completed
Pull Request — master (#67)
by
unknown
02:19
created
lib/ApiClient/Guzzle5ApiClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/ApiClient/AbstractCoreApiClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
      * @param string $method
202 202
      * @param string $uri
203 203
      * @param array  $options
204
-     * @param mixed  $response
204
+     * @param ResponseInterface  $response
205 205
      *
206 206
      * @return bool
207 207
      */
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
      * Serializes the provided response to a string, suitable for caching.
218 218
      * The type of the $response argument varies depending on the guzzle version.
219 219
      *
220
-     * @param mixed $response
220
+     * @param ResponseInterface $response
221 221
      *
222 222
      * @return string
223 223
      */
Please login to merge, or discard this patch.