Skip to content

Commit

Permalink
Update MimeTypeExtensionGuesser.php
Browse files Browse the repository at this point in the history
Add ```'text/rtf' => 'rtf'``` type, as it is a valid type specification for rtf documents.
  • Loading branch information
kevinklika authored and fabpot committed Jun 16, 2014
1 parent dd6c6a3 commit c986b91
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -723,6 +723,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
'text/plain' => 'txt',
'text/prs.lines.tag' => 'dsc',
'text/richtext' => 'rtx',
'text/rtf' => 'rtf',
'text/sgml' => 'sgml',
'text/tab-separated-values' => 'tsv',
'text/troff' => 't',
Expand Down

0 comments on commit c986b91

Please sign in to comment.