Skip to content

Commit af752f3

Browse files
authored
docs: fix a comment (Webklex#504)
1 parent 1cabca6 commit af752f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/Protocols/ProtocolInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function examineFolder(string $folder = 'INBOX'): Response;
129129
public function folderStatus(string $folder = 'INBOX', $arguments = ['MESSAGES', 'UNSEEN', 'RECENT', 'UIDNEXT', 'UIDVALIDITY']): Response;
130130

131131
/**
132-
* Fetch message headers
132+
* Fetch message contents
133133
* @param int|array $uids
134134
* @param string $rfc
135135
* @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)