Skip to content

Commit dbbde75

Browse files
committed
Add missing @param
1 parent d877302 commit dbbde75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

program/lib/Roundcube/rcube_imap_generic.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3768,8 +3768,9 @@ public function getAnnotation($mailbox, $entries, $attribs)
37683768
/**
37693769
* Send the STORE X ANNOTATION command (RFC5257)
37703770
*
3771-
* @param string $mailbox Mailbox name
3772-
* @param array $entries
3771+
* @param string $mailbox Mailbox name
3772+
* @param string|array $uids Message UIDs
3773+
* @param array $entries Annotations
37733774
*
37743775
* @return bool True on success, False on failure
37753776
*

0 commit comments

Comments
 (0)