Skip to content

Commit

Permalink
[Messenger] use official YAML media type
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored and nicolas-grekas committed Nov 6, 2024
1 parent ed10b36 commit 3722a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transport/Serialization/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private function getMimeTypeForFormat(): ?string
'json' => 'application/json',
'xml' => 'application/xml',
'yml',
'yaml' => 'application/x-yaml',
'yaml' => 'application/yaml',
'csv' => 'text/csv',
default => null,
};
Expand Down

0 comments on commit 3722a28

Please sign in to comment.