File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Email/Model Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ class Transport implements TransportInterface
60
60
* @param MessageInterface $message Email message object
61
61
* @param ScopeConfigInterface $scopeConfig Core store config
62
62
* @param string|array|\Zend_Config|null $parameters Config options for sendmail parameters
63
- * @throws \InvalidArgumentException when $message is not instance of \Zend_Mail
63
+ *
64
+ * @throws \InvalidArgumentException when $message is not an instance of \Zend_Mail
64
65
*/
65
66
public function __construct (
66
67
\Zend_Mail_Transport_Sendmail $ transport ,
@@ -79,7 +80,7 @@ public function __construct(
79
80
* Sets Return-Path to email if necessary, and sends email if it is allowed by System Configurations
80
81
*
81
82
* @return void
82
- * @throws \Magento\Framework\Exception\ MailException
83
+ * @throws MailException
83
84
*/
84
85
public function sendMessage ()
85
86
{
You can’t perform that action at this time.
0 commit comments