Skip to content

Commit bd83492

Browse files
committed
Minor phpdoc fix
1 parent e34a813 commit bd83492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/lib/Roundcube/rcube_imap_generic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2704,7 +2704,7 @@ public function fetchHeaders($mailbox, $message_set, $is_uid = false, $bodystr =
27042704
* @param array $add_headers List of additional headers
27052705
* @param array $query_items List of additional items to fetch
27062706
*
2707-
* @return bool|rcube_message_header Message data, False on error
2707+
* @return rcube_message_header|bool|null Message data, False on error, Null if not found
27082708
*/
27092709
public function fetchHeader($mailbox, $id, $is_uid = false, $bodystr = false, $add_headers = [], $query_items = [])
27102710
{

0 commit comments

Comments
 (0)