Skip to content

Commit

Permalink
Merge pull request #189 from naitsirch/fix_phpdoc_of_message
Browse files Browse the repository at this point in the history
Fix parameter name of IMessage::setHtmlPart according to docComment
  • Loading branch information
zbateson authored Aug 18, 2022
2 parents c95513f + 19126cc commit 11e39a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function setTextPart($resource, $contentTypeCharset = 'UTF-8');
* @param string $contentTypeCharset the charset to use as the text/html
* part's content-type header charset value.
*/
public function setHtmlPart($resource, $charset = 'UTF-8');
public function setHtmlPart($resource, $contentTypeCharset = 'UTF-8');

/**
* Removes the text/plain part of the message at the passed index if one
Expand Down

0 comments on commit 11e39a5

Please sign in to comment.