correct docstrings

This commit is contained in:
coderkun 2015-03-06 11:09:35 +01:00
commit 2c0e68b194
78 changed files with 275 additions and 62 deletions

View file

@ -56,6 +56,8 @@
/**
* Use a ToplevelAgent for HTML-mail
*
* @param bool $html Whether to use HTML or not
*/
public function setHTML($html=true)
{
@ -80,6 +82,8 @@
/**
* Set the Action for the message to render.
*
* @param string $messageAgent Agent to handle the message
*/
public function setMessage($messageAgent)
{