Completed
Branch v3-fusion-support (d44c19)
by Steven
03:37
created
src/Tool/HttpTrait.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      * @param  string|resource|StreamInterface $body Message body.
71 71
      * @param  string $version HTTP protocol version.
72 72
      *
73
-     * @return GuzzleHttp\Psr7\Request
73
+     * @return Request
74 74
      */
75 75
     public function getRequest(
76 76
         $method,
@@ -152,7 +152,6 @@  discard block
 block discarded – undo
152 152
     /**
153 153
      * Makes a request to the Yelp API and returns the response
154 154
      *
155
-     * @param    string $path    The path of the APi after the domain
156 155
      *
157 156
      * @return   stdClass The JSON response from the request
158 157
      * @throws   Stevenmaguire\Yelp\Exception\ClientConfigurationException
@@ -168,9 +167,9 @@  discard block
 block discarded – undo
168 167
     /**
169 168
      * Updates the yelp client's http client to the given http client. Client.
170 169
      *
171
-     * @param GuzzleHttp\Client  $client
170
+     * @param HttpClient  $client
172 171
      *
173
-     * @return  mixed
172
+     * @return  HttpTrait
174 173
      */
175 174
     public function setHttpClient(HttpClient $client)
176 175
     {
Please login to merge, or discard this patch.