summaryrefslogtreecommitdiff
path: root/app/Core/Mail/Transport/Smtp.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/Mail/Transport/Smtp.php')
-rw-r--r--app/Core/Mail/Transport/Smtp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Mail/Transport/Smtp.php b/app/Core/Mail/Transport/Smtp.php
index 757408ea..66f0a3aa 100644
--- a/app/Core/Mail/Transport/Smtp.php
+++ b/app/Core/Mail/Transport/Smtp.php
@@ -16,7 +16,7 @@ class Smtp extends Mail
* Get SwiftMailer transport
*
* @access protected
- * @return \Swift_Transport
+ * @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport
*/
protected function getTransport()
{