Add return type

[MAILPOET-5832]
This commit is contained in:
Brezo Cordero
2024-01-19 17:11:41 -06:00
committed by Aschepikov
parent b80f71f8c2
commit d76aec0431

View File

@@ -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;
}