Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Apr 10, 2020
1 parent fbed702 commit 290b86d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MailMimeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
class MailMimeParser
{
/**
* @var string defines the default charset used by MessagePart.
* @var string the default charset used to encode strings (or string content
* like streams) returned by MailMimeParser (for e.g. the string
* returned by calling $message->getTextContent()).
*/
const DEFAULT_CHARSET = 'UTF-8';

Expand Down

0 comments on commit 290b86d

Please sign in to comment.