Add space between catch and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -46,7 +46,7 @@ class Worker {
|
||||
foreach (self::getDueTasks() as $task) {
|
||||
try {
|
||||
$this->mailer->send($this->constructNewsletter($task), $settings['address']);
|
||||
} catch(\Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
if(WP_DEBUG) {
|
||||
throw $e;
|
||||
}
|
||||
|
Reference in New Issue
Block a user