We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d6369 commit 9dbf3f0Copy full SHA for 9dbf3f0
src/ServerRequestInterface.php
@@ -143,7 +143,7 @@ public function getUploadedFiles();
143
* immutability of the message, and MUST return an instance that has the
144
* updated body parameters.
145
*
146
- * @param array An array tree of UploadedFileInterface instances.
+ * @param array $uploadedFiles An array tree of UploadedFileInterface instances.
147
* @return self
148
* @throws \InvalidArgumentException if an invalid structure is provided.
149
*/
0 commit comments