@@ -50,7 +50,7 @@ |
||
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 |