Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 13, 2014
1 parent 2c1ecd0 commit 28a282a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions framework/Mime/lib/Horde/Mime/Headers/Addresses.php
Expand Up @@ -29,6 +29,8 @@ class Horde_Mime_Headers_Addresses
* By default, if more than 1 address header is found, the addresses are
* appended together into a single field. Set this value to false to
* ignore all but the *last* header.
*
* @var boolean
*/
public $append_addr = true;

Expand Down
6 changes: 3 additions & 3 deletions framework/Mime/lib/Horde/Mime/Mdn.php
Expand Up @@ -43,9 +43,9 @@ public function __construct(Horde_Mime_Headers $headers)
}

/**
* Returns the address to return the MDN to.
* Returns the address(es) to return the MDN to.
*
* @return string The address to send the MDN to. Returns null if no
* @return string The address(es) to send the MDN to. Returns null if no
* MDN is requested.
*/
public function getMdnReturnAddr()
Expand Down Expand Up @@ -128,7 +128,7 @@ public function originalMessageText($text)
* - deleted
* - displayed
* @param string $name The name of the local server.
* @param Mail $mailer A Mail driver.
* @param Horde_Mail_Transport $mailer Mail transport object.
* @param array $opts Additional options:
* - charset: (string) Default charset.
* DEFAULT: NONE
Expand Down

0 comments on commit 28a282a

Please sign in to comment.