summaryrefslogtreecommitdiff
path: root/app/Core/Mail/Transport/Sendmail.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-12-05 21:22:37 -0500
committerFrederic Guillot <fred@kanboard.net>2015-12-05 21:22:37 -0500
commit18c56a50e77b5e151b10f1df727fa2279e9d89a4 (patch)
tree2103a97311b5fca3ae6338375fce0e6ac08c1a09 /app/Core/Mail/Transport/Sendmail.php
parentbb63068196c079bd46e0df1acbc11c785b88ef32 (diff)
Fix phpdoc
Diffstat (limited to 'app/Core/Mail/Transport/Sendmail.php')
-rw-r--r--app/Core/Mail/Transport/Sendmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Mail/Transport/Sendmail.php b/app/Core/Mail/Transport/Sendmail.php
index 849e3385..039be705 100644
--- a/app/Core/Mail/Transport/Sendmail.php
+++ b/app/Core/Mail/Transport/Sendmail.php
@@ -16,7 +16,7 @@ class Sendmail extends Mail
* Get SwiftMailer transport
*
* @access protected
- * @return \Swift_Transport
+ * @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport
*/
protected function getTransport()
{