From fb205a2e023b01436b98ffaaebfefffc90aee53d Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Thu, 25 Apr 2024 13:58:56 +0100 Subject: [PATCH] test: update phpdoc --- src/InputData/FileUploadInputData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputData/FileUploadInputData.php b/src/InputData/FileUploadInputData.php index c94a50d..4696fab 100644 --- a/src/InputData/FileUploadInputData.php +++ b/src/InputData/FileUploadInputData.php @@ -27,7 +27,7 @@ public function __construct(array $files) { * with [], in which case each value is another array. This function * normalises the array to the latter. * - * @param array> $files + * @param array>> $files * @return array>> */ protected function normalizeArray(array $files):array {