mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 01:26:50 +01:00
Tiny correction of phpdoc
This commit is contained in:
@@ -223,7 +223,7 @@ class rcmail
|
||||
/**
|
||||
* Get the current database connection
|
||||
*
|
||||
* @return object rcube_db Database connection object
|
||||
* @return object rcube_mdb2 Database connection object
|
||||
*/
|
||||
public function get_dbh()
|
||||
{
|
||||
|
||||
@@ -1017,7 +1017,7 @@ class rcube_imap
|
||||
* an object structure similar to the one generated by PEAR::Mail_mimeDecode
|
||||
*
|
||||
* @param int Message UID to fetch
|
||||
* @return object stdClass Message part tree or False on failure
|
||||
* @return object rcube_message_part Message part tree or False on failure
|
||||
*/
|
||||
function &get_structure($uid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user