Skip to content

Commit

Permalink
test: update phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 25, 2024
1 parent 77367fd commit fb205a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputData/FileUploadInputData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string|array<string, string>> $files
* @param array<string, string|array<string, string|array<string>>> $files
* @return array<string, array<string, array<string>>>
*/
protected function normalizeArray(array $files):array {
Expand Down

0 comments on commit fb205a2

Please sign in to comment.