Completed
Push — v3-fusion-support ( e0700e...c04d70 )
by Steven
03:26
created
src/v2/Client.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Stevenmaguire\Yelp\v2;
4 4
 
5 5
 use GuzzleHttp\Client as HttpClient;
6
-use GuzzleHttp\Exception\ClientException;
7 6
 use GuzzleHttp\HandlerStack;
8 7
 use GuzzleHttp\Subscriber\Oauth\Oauth1;
9 8
 use Stevenmaguire\Yelp\Contract\Http as HttpContract;
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.