Completed
Push — v3-fusion-support ( e0700e...c04d70 )
by Steven
03:26
created
src/v2/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Creates default http client with appropriate authorization configuration.
89 89
      *
90
-     * @return GuzzleHttp\Client
90
+     * @return Client
91 91
      */
92 92
     public function createDefaultHttpClient()
93 93
     {
Please login to merge, or discard this patch.
src/v3/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Creates default http client with appropriate authorization configuration.
43 43
      *
44
-     * @return GuzzleHttp\Client
44
+     * @return HttpClient
45 45
      */
46 46
     public function createDefaultHttpClient()
47 47
     {
Please login to merge, or discard this patch.