Fix code style by updated ruleset
[MAILPOET-3912]
This commit is contained in:
@@ -205,7 +205,8 @@ class Pages {
|
||||
}
|
||||
|
||||
public function unsubscribe() {
|
||||
if (!$this->isPreview()
|
||||
if (
|
||||
!$this->isPreview()
|
||||
&& ($this->subscriber !== null)
|
||||
&& ($this->subscriber->status !== Subscriber::STATUS_UNSUBSCRIBED)
|
||||
) {
|
||||
|
Reference in New Issue
Block a user