Completed
Branch master (ca7e72)
by William
13:10
created
src/GuzzleClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * @param string $method GET|PUT|POST|DELETE
57 57
      * @param string $url    Url
58 58
      *
59
-     * @return string Body GuzzleHttp\Psr7\Response
59
+     * @return Response Body GuzzleHttp\Psr7\Response
60 60
      */
61 61
     public function request(string $method, string $url): Response
62 62
     {
Please login to merge, or discard this patch.