Skip to content

Commit

Permalink
Fix the documented return type of \Horde_Mime_Mail::getRaw
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst authored and mrubinsk committed Oct 14, 2020
1 parent 483bd50 commit 3c9acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Mime/Mail.php
Expand Up @@ -488,7 +488,7 @@ public function send($mailer, $resend = false, $flowed = true)
* @param boolean $stream If true, return a stream resource, otherwise
* a string is returned.
*
* @return stream|string The raw email data.
* @return resource|string The raw email data.
* @since 2.4.0
*/
public function getRaw($stream = true)
Expand Down

0 comments on commit 3c9acdd

Please sign in to comment.