|
@@ -130,8 +130,8 @@ |
|
|
block discarded – undo |
|
130
|
130
|
* @param UriInterface $uri The request URI object |
|
131
|
131
|
* @param array|null $cookies The request cookies collection |
|
132
|
132
|
* @param string $requestMethod The request method |
|
133
|
|
- * @param array $uploadedFiles The request uploadedFiles collection |
|
134
|
|
- * @param HeadersInterface $headers The request headers collection |
|
|
133
|
+ * @param array $uploadFiles The request uploadedFiles collection |
|
|
134
|
+ * @param Headers $headers The request headers collection |
|
135
|
135
|
* @param StreamInterface|null $body The request body object |
|
136
|
136
|
* @param array $serverVariables The server environment variables |
|
137
|
137
|
* @param string $protocol The request version of the protocol |
Please login to merge, or discard this patch.