Skip to content

Commit

Permalink
PHPDoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Jan 24, 2024
1 parent 70faac5 commit eeac27e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions program/include/rcmail_output.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,6 @@ public function header($header, $replace = true)
header($header, $replace);
}

/**
* Link an external script file
*
* @param string $file File URL
* @param string $position Target position [head|head_bottom|foot]
*/
/*
public function include_script($file, $position = 'head', $add_path = true)
{
// to be implemented by an inheriting class
}
*/
/**
* A helper to send output to the browser and exit
*
Expand Down
2 changes: 1 addition & 1 deletion program/lib/Roundcube/rcube_imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ public function search($folder = '', $search = 'ALL', $charset = null, $sort_fie
* @param string $folder Mailbox name to search in
* @param string $str Search string
*
* @return rcube_result_index Search result (UIDs)
* @return rcube_result_index|rcube_result_multifolder Search result (UIDs)
*/
public function search_once($folder = null, $str = 'ALL')
{
Expand Down
2 changes: 2 additions & 0 deletions program/lib/Roundcube/rcube_imap_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public function __construct($options, $conn)
* @param string $charset Search charset
* @param string $sort_field Header field to sort by
* @param bool $threading True if threaded listing is active
*
* @return rcube_result_multifolder
*/
public function exec($folders, $str, $charset = null, $sort_field = null, $threading = null)
{
Expand Down

0 comments on commit eeac27e

Please sign in to comment.