Skip to content

Commit 239f6d0

Browse files
committed
Missing doc exception and return value added
1 parent e7cf907 commit 239f6d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IMAP/Message.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,11 +903,11 @@ public function getEncoding($structure) {
903903

904904
/**
905905
* Find the folder containing this message.
906-
*
907906
* @param null|Folder $folder where to start searching from (top-level inbox by default)
908907
*
909-
* @return null|Folder
908+
* @return mixed|null|Folder
910909
* @throws Exceptions\ConnectionFailedException
910+
* @throws Exceptions\MailboxFetchingException
911911
* @throws InvalidMessageDateException
912912
* @throws MaskNotFoundException
913913
*/

0 commit comments

Comments
 (0)