Skip to content

Commit 9dbf3f0

Browse files
committed
corrected malformed annotation
1 parent 85d6369 commit 9dbf3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerRequestInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function getUploadedFiles();
143143
* immutability of the message, and MUST return an instance that has the
144144
* updated body parameters.
145145
*
146-
* @param array An array tree of UploadedFileInterface instances.
146+
* @param array $uploadedFiles An array tree of UploadedFileInterface instances.
147147
* @return self
148148
* @throws \InvalidArgumentException if an invalid structure is provided.
149149
*/

0 commit comments

Comments
 (0)