Skip to content

Commit

Permalink
Fixed coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Krätzig committed Jul 13, 2019
1 parent 6d2ffdd commit 9a68a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpImap/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ public function getQuotaUsage($quota_root = 'INBOX')
*
* @param int $msgId ID of the message
* @param bool $markAsSeen Mark the email as seen, when set to true
*
*
* @return string Message of the fetched body
*/
public function getRawMail($msgId, $markAsSeen = true)
Expand Down

0 comments on commit 9a68a67

Please sign in to comment.