From 0ec80e2c841286d7da38f384efb271963e00edce Mon Sep 17 00:00:00 2001 From: clickalicious GmbH Date: Wed, 10 Jun 2015 09:32:30 +0200 Subject: [PATCH] Added missing variable name to docblock --- src/ServerRequestInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServerRequestInterface.php b/src/ServerRequestInterface.php index 916e065..41c6a8e 100644 --- a/src/ServerRequestInterface.php +++ b/src/ServerRequestInterface.php @@ -143,7 +143,7 @@ public function getUploadedFiles(); * 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. */