Skip to content

Commit

Permalink
ImapProtocol.php: fix documentation typo (#423)
Browse files Browse the repository at this point in the history
Fixes a copy/paste typo in the documentation.
  • Loading branch information
InterLinked1 committed Jun 30, 2023
1 parent 3c23c8f commit cf32a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection/Protocols/ImapProtocol.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ public function fetch(array|string $items, array|int $from, mixed $to = null, in
}

/**
* Fetch message headers
* Fetch message body (without headers)
* @param int|array $uids
* @param string $rfc
* @param int|string $uid set to IMAP::ST_UID or any string representing the UID - set to IMAP::ST_MSGN to use
Expand Down

0 comments on commit cf32a9d

Please sign in to comment.