File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ public function getAttachmentPart(int $index) : ?IMessagePart;
298
298
* - all multipart/* parts
299
299
* - any signature part
300
300
*
301
- * @see IMessage::getAllAttachmentPart () to get a single attachment.
301
+ * @see IMessage::getAttachmentPart () to get a single attachment.
302
302
* @see IMessage::getAttachmentCount() to get the number of attachments.
303
303
* @return IMessagePart[]
304
304
*/
@@ -307,7 +307,7 @@ public function getAllAttachmentParts() : array;
307
307
/**
308
308
* Returns the number of attachments available.
309
309
*
310
- * @see IMessage::getAllAttachmentPart () to get a single attachment.
310
+ * @see IMessage::getAttachmentPart () to get a single attachment.
311
311
* @see IMessage::getAllAttachmentParts() to get an array of all parts.
312
312
*/
313
313
public function getAttachmentCount () : int ;
You can’t perform that action at this time.
0 commit comments