Completed
Pull Request — develop (#5)
by Adam
01:26
created
src/Common/Api/AbstractApi.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * Create and send PSR-7 POST request
111 111
      *
112 112
      * @param string                               $path
113
-     * @param resource|string|StreamInterface|null $body
113
+     * @param string $body
114 114
      * @param array|null                           $headers
115 115
      *
116 116
      * @return \Psr\Http\Message\ResponseInterface
Please login to merge, or discard this patch.
src/Common/RequestBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * Create a new PSR-7 request
31 31
      *
32 32
      * @param string                               $method
33
-     * @param string|UriInterface                  $uri
33
+     * @param string                  $uri
34 34
      * @param array|null                           $headers
35 35
      * @param resource|string|StreamInterface|null $body
36 36
      *
Please login to merge, or discard this patch.