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 60fd9ac commit 9346662Copy full SHA for 9346662
src/Symfony/Component/HttpFoundation/Request.php
@@ -1963,16 +1963,16 @@ protected static function initializeFormats(): void
1963
private static function getStructuredSuffixFormats(): array
1964
{
1965
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',
+ 'json' => 'json',
+ 'xml' => 'xml',
+ 'xhtml' => 'html',
+ 'cbor' => 'cbor',
+ 'zip' => 'zip',
+ 'ber' => 'asn1',
+ 'der' => 'asn1',
+ 'tlv' => 'tlv',
+ 'wbxml' => 'xml',
+ 'yaml' => 'yaml',
1976
];
1977
}
1978
0 commit comments