Completed
Branch add-psr-18-support (ba8bb1)
by Steven
02:27
created
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.
src/Http.php 1 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.