Fix easy errors found by PHPStan
[MAILPOET-2588]
This commit is contained in:
@ -342,8 +342,8 @@ class NewsletterEntity {
|
||||
}
|
||||
} catch (EntityNotFoundException $enf) {
|
||||
$this->setParent(null);
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user