Add space between elseif/else if and ‘(‘

[MAILPOET-1791]
This commit is contained in:
Ján Mikláš
2019-02-13 13:01:57 +01:00
committed by M. Shull
parent 100db25ed9
commit a935b091d3
26 changed files with 46 additions and 46 deletions

View File

@ -52,7 +52,7 @@ class Comment {
'subscribe_on_comment',
true
);
} else if($comment_status === Comment::APPROVED) {
} else if ($comment_status === Comment::APPROVED) {
static::subscribeAuthorOfComment($comment_id);
}
}

View File

@ -241,7 +241,7 @@ class Pages {
'first_name' => 'John',
'last_name' => 'Doe'
));
} else if($this->subscriber !== false) {
} else if ($this->subscriber !== false) {
$subscriber = $this->subscriber
->withCustomFields()
->withSubscriptions();