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']);
|
||||
|
@@ -48,7 +48,7 @@ class MailPoet {
|
||||
}
|
||||
|
||||
function processSendError($result, $subscriber, $newsletter) {
|
||||
if (!empty($result['code']) && $result['code'] === API::RESPONSE_CODE_KEY_INVALID) {
|
||||
if (!empty($result['code']) && $result['code'] === API::RESPONSE_CODE_KEY_INVALID) {
|
||||
Bridge::invalidateKey();
|
||||
}
|
||||
return $this->error_mapper->getErrorForResult($result, $subscriber, $this->sender, $newsletter);
|
||||
|
Reference in New Issue
Block a user