Skip to content

Commit

Permalink
Merge pull request #792 from weierophinney/hotfix/http-message-45
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcullum committed Aug 3, 2016
2 parents 30d3bce + 53c9959 commit f8a76eb
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 f8a76eb

Please sign in to comment.