Completed
Branch develop (3cde25)
by Adam
14:50
created
src/Common/RequestBuilder.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * Create a new PSR-7 request
38 38
      *
39 39
      * @param string                                     $method
40
-     * @param string|UriInterface                        $uri
40
+     * @param string                        $uri
41 41
      * @param array|null                                 $headers
42 42
      * @param array|resource|string|StreamInterface|null $body
43 43
      *
@@ -54,6 +54,9 @@  discard block
 block discarded – undo
54 54
         return $request;
55 55
     }
56 56
 
57
+    /**
58
+     * @param string $method
59
+     */
57 60
     protected function createMultipartStreamRequest($method, $uri, array $headers = [], array $body = [])
58 61
     {
59 62
         foreach ($body as $item) {
Please login to merge, or discard this patch.