Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This patch duplicates php-fig/http-message#45, which corrects the method
docblock for `ServerRequestInterface::withUploadedFiles()` to provide the name
of the accepted parameter.
  • Loading branch information
weierophinney committed Aug 3, 2016
1 parent edcfc48 commit 53c9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepted/PSR-7-http-message.md
Expand Up @@ -1063,7 +1063,7 @@ interface ServerRequestInterface extends RequestInterface
* immutability of the message, and MUST return an instance that has the
* updated body parameters.
*
* @param array An array tree of UploadedFileInterface instances.
* @param array $uploadedFiles An array tree of UploadedFileInterface instances.
* @return self
* @throws \InvalidArgumentException if an invalid structure is provided.
*/
Expand Down

0 comments on commit 53c9959

Please sign in to comment.