Skip to content

Commit fb205a2

Browse files
author
Greg Bowler
committed
test: update phpdoc
1 parent 77367fd commit fb205a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputData/FileUploadInputData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(array $files) {
2727
* with [], in which case each value is another array. This function
2828
* normalises the array to the latter.
2929
*
30-
* @param array<string, string|array<string, string>> $files
30+
* @param array<string, string|array<string, string|array<string>>> $files
3131
* @return array<string, array<string, array<string>>>
3232
*/
3333
protected function normalizeArray(array $files):array {

0 commit comments

Comments
 (0)