Skip to content

Commit e9a4ba4

Browse files
author
jmossetchafik
committed
Fixed array key typo on possible $_FILES structure in PSR-7
1 parent bfebe09 commit e9a4ba4

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)