Skip to content

Commit cf32a9d

Browse files
authored
ImapProtocol.php: fix documentation typo (Webklex#423)
Fixes a copy/paste typo in the documentation.
1 parent 3c23c8f commit cf32a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/Protocols/ImapProtocol.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ public function fetch(array|string $items, array|int $from, mixed $to = null, in
723723
}
724724

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

0 commit comments

Comments
 (0)