Completed
Branch master (51d4ef)
by Alexander
10:49
created
src/ServerRequestFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * @param array $get
51 51
      * @param array $post
52 52
      * @param array $files
53
-     * @param StreamInterface|resource|string|null $body
53
+     * @param resource|null $body
54 54
      * @return ServerRequestInterface
55 55
      */
56 56
     public function createFromParameters(array $server, array $headers = [], array $cookies = [], array $get = [], array $post = [], array $files = [], $body = null): ServerRequestInterface
Please login to merge, or discard this patch.