@@ -123,6 +123,9 @@ |
||
| 123 | 123 | return $this->data; |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | + /** |
|
| 127 | + * @param string $name |
|
| 128 | + */ |
|
| 126 | 129 | public function remove($name) |
| 127 | 130 | { |
| 128 | 131 | $name = $this->normalizeName($name); |
@@ -130,8 +130,8 @@ |
||
| 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 |