Skip to content

Commit 6197111

Browse files
authored
Merge pull request #1300 from jmossetc/psr-7-nested-files-structure-typo-fix
Fixed array key typo on possible $_FILES structure in PSR-7
2 parents 8639a87 + e9a4ba4 commit 6197111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/PSR-7-http-message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ array (
535535
'avatars' => array (
536536
0 => 90996,
537537
1 => 90996,
538-
3 => 90996,
538+
2 => 90996,
539539
),
540540
),
541541
),

0 commit comments

Comments
 (0)