We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77367fd commit fb205a2Copy full SHA for fb205a2
src/InputData/FileUploadInputData.php
@@ -27,7 +27,7 @@ public function __construct(array $files) {
27
* with [], in which case each value is another array. This function
28
* normalises the array to the latter.
29
*
30
- * @param array<string, string|array<string, string>> $files
+ * @param array<string, string|array<string, string|array<string>>> $files
31
* @return array<string, array<string, array<string>>>
32
*/
33
protected function normalizeArray(array $files):array {
0 commit comments