Add return type
[MAILPOET-5832]
This commit is contained in:
committed by
Aschepikov
parent
b80f71f8c2
commit
d76aec0431
@@ -291,7 +291,7 @@ class AuthorizedSenderDomainController {
|
||||
return $this->subscribers->getSubscribersCount() > self::UPPER_LIMIT;
|
||||
}
|
||||
|
||||
private function restrictionsApply() {
|
||||
private function restrictionsApply(): bool {
|
||||
if ($this->settingsController->get('mta.method') !== Mailer::METHOD_MAILPOET) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user