Completed
Branch add-psr-18-support (ba8bb1)
by Steven
02:27
created
src/Http.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use Psr\Http\Client\ClientExceptionInterface;
7 7
 use Psr\Http\Client\ClientInterface;
8
-use Psr\Http\Message\RequestInterface;
9 8
 use Psr\Http\Message\RequestFactoryInterface;
9
+use Psr\Http\Message\RequestInterface;
10 10
 use Psr\Http\Message\StreamFactoryInterface;
11 11
 
12 12
 class Http
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -252,7 +252,7 @@
 block discarded – undo
252 252
      * Adds a given resource to multipart stream collection, to be processed by next request.
253 253
      *
254 254
      * @param  string                           $name
255
-     * @param  Psr\Http\Message\StreamInterface $resource
255
+     * @param  \Psr\Http\Message\StreamInterface $resource
256 256
      *
257 257
      * @return void
258 258
      */
Please login to merge, or discard this patch.
src/Exceptions/Exception.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @param  ClientExceptionInterface  $clientException
22 22
      *
23
-     * @return Exceptions\Exception
23
+     * @return Exception
24 24
      */
25 25
     public static function fromClientException(ClientExceptionInterface $clientException)
26 26
     {
Please login to merge, or discard this patch.