Completed
Pull Request — master (#24)
by
unknown
07:21
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
      * Serializes the provided response to a string, suitable for caching.
214 214
      * The type of the $response argument varies depending on the guzzle version.
215 215
      *
216
-     * @param mixed $response
216
+     * @param ResponseInterface $response
217 217
      *
218 218
      * @return string
219 219
      */
Please login to merge, or discard this patch.