Add rule for operator spacing
[MAILPOET-2090]
This commit is contained in:
@@ -107,7 +107,7 @@ class AmazonSES {
|
||||
])
|
||||
->setSender($this->sender['from_email'])
|
||||
->setReplyTo([
|
||||
$this->reply_to['reply_to_email'] => $this->reply_to['reply_to_name'],
|
||||
$this->reply_to['reply_to_email'] => $this->reply_to['reply_to_name'],
|
||||
])
|
||||
->setReturnPath($this->return_path)
|
||||
->setSubject($newsletter['subject']);
|
||||
|
Reference in New Issue
Block a user