Code style fixes.
This commit is contained in:
parent
fa569f3e22
commit
4e68eb7180
89 changed files with 942 additions and 251 deletions
|
|
@ -24,7 +24,7 @@ class Email extends Plugin
|
|||
|
||||
/**
|
||||
* Send a notification mail.
|
||||
*
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function execute()
|
||||
|
|
@ -77,7 +77,7 @@ class Email extends Plugin
|
|||
* @param string[] $ccList
|
||||
* @param string $subject Email subject
|
||||
* @param string $body Email body
|
||||
*
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
protected function sendEmail($toAddress, $ccList, $subject, $body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue