Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 12, 2017
1 parent 79e8f67 commit b5d63d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cws/MailBounceHandler/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ public function openImapRemote()
return true;
}
} catch (Exception $e) {
$this->error = 'Cannot create '.$this->mailboxService.' connection to '.$this->mailboxHost.': '.imap_last_error();
$this->cwsDebug->error($this->error);
$this->error = 'Cannot create '.$this->mailboxService.' connection to '.$this->mailboxHost.': '.imap_last_error();
$this->cwsDebug->error($this->error);

return false;
return false;
}
}

Expand Down

0 comments on commit b5d63d1

Please sign in to comment.