add some php doc

This commit is contained in:
Manuel Raynaud
2013-09-16 18:21:07 +02:00
parent 874c5f6cac
commit 67b6e5f07d

View File

@@ -283,6 +283,9 @@ class BaseController extends ContainerAware
} }
/** /**
*
* return an instance of \Swift_Mailer with good Transporter configured.
*
* @return \Swift_Mailer * @return \Swift_Mailer
*/ */
public function getMailer() public function getMailer()