Skip to content

Commit 9346662

Browse files
Update src/Symfony/Component/HttpFoundation/Request.php
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent 60fd9ac commit 9346662

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,16 +1963,16 @@ protected static function initializeFormats(): void
19631963
private static function getStructuredSuffixFormats(): array
19641964
{
19651965
return [
1966-
'json' => 'json',
1967-
'xml' => 'xml',
1968-
'xhtml' => 'html',
1969-
'cbor' => 'cbor',
1970-
'zip' => 'zip',
1971-
'ber' => 'asn1',
1972-
'der' => 'asn1',
1973-
'tlv' => 'tlv',
1974-
'wbxml' => 'xml',
1975-
'yaml' => 'yaml',
1966+
'json' => 'json',
1967+
'xml' => 'xml',
1968+
'xhtml' => 'html',
1969+
'cbor' => 'cbor',
1970+
'zip' => 'zip',
1971+
'ber' => 'asn1',
1972+
'der' => 'asn1',
1973+
'tlv' => 'tlv',
1974+
'wbxml' => 'xml',
1975+
'yaml' => 'yaml',
19761976
];
19771977
}
19781978

0 commit comments

Comments
 (0)