Fix phpdoc
This commit is contained in:
@@ -46,7 +46,7 @@ class Mail extends Base implements ClientInterface
|
||||
* Get SwiftMailer transport
|
||||
*
|
||||
* @access protected
|
||||
* @return \Swift_Transport
|
||||
* @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport
|
||||
*/
|
||||
protected function getTransport()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user