Skip to content

Commit

Permalink
Add missing @param
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jan 16, 2025
1 parent d877302 commit dbbde75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions program/lib/Roundcube/rcube_imap_generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3768,8 +3768,9 @@ public function getAnnotation($mailbox, $entries, $attribs)
/**
* Send the STORE X ANNOTATION command (RFC5257)
*
* @param string $mailbox Mailbox name
* @param array $entries
* @param string $mailbox Mailbox name
* @param string|array $uids Message UIDs
* @param array $entries Annotations
*
* @return bool True on success, False on failure
*
Expand Down

0 comments on commit dbbde75

Please sign in to comment.