Skip to content

Commit aec004a

Browse files
authored
Merge pull request #245 from seanmckenzie428/seanmckenzie428-patch-1
Fix getAttachmentPart typo in IMessage.php docs
2 parents e0d4423 + cdcab11 commit aec004a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IMessage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function getAttachmentPart(int $index) : ?IMessagePart;
298298
* - all multipart/* parts
299299
* - any signature part
300300
*
301-
* @see IMessage::getAllAttachmentPart() to get a single attachment.
301+
* @see IMessage::getAttachmentPart() to get a single attachment.
302302
* @see IMessage::getAttachmentCount() to get the number of attachments.
303303
* @return IMessagePart[]
304304
*/
@@ -307,7 +307,7 @@ public function getAllAttachmentParts() : array;
307307
/**
308308
* Returns the number of attachments available.
309309
*
310-
* @see IMessage::getAllAttachmentPart() to get a single attachment.
310+
* @see IMessage::getAttachmentPart() to get a single attachment.
311311
* @see IMessage::getAllAttachmentParts() to get an array of all parts.
312312
*/
313313
public function getAttachmentCount() : int;

0 commit comments

Comments
 (0)