Completed
Push — master ( 450f6c...ad56b7 )
by Stefan
05:07
created
src/Contracts/Options.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Gemz\HttpClient\Contracts;
4 4
 
5 5
 use Gemz\HttpClient\Exceptions\InvalidArgument;
6
-use Psr\Http\Message\StreamInterface;
7 6
 use Symfony\Component\Mime\Part\Multipart\FormDataPart;
8 7
 
9 8
 trait Options
Please login to merge, or discard this patch.
src/Response.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     /**
187 187
      * @param string $header
188 188
      *
189
-     * @return mixed|string
189
+     * @return string
190 190
      * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface
191 191
      * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface
192 192
      * @throws \Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     }
260 260
 
261 261
     /**
262
-     * @return mixed|string
262
+     * @return string
263 263
      *
264 264
      * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface
265 265
      * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
     }
273 273
 
274 274
     /**
275
-     * @return mixed|string
275
+     * @return string
276 276
      *
277 277
      * @throws \Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface
278 278
      * @throws \Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface
Please login to merge, or discard this patch.