Fixed phpcsfixer style complaint

This commit is contained in:
Slim Amamou 2025-01-16 16:26:48 +01:00
parent 377467a50f
commit 7035adf5f3

View file

@ -29,6 +29,7 @@ final class SmsNotifier
$this->logger->info('SMS Notification'); $this->logger->info('SMS Notification');
if (!$user->canBeNotifiedBySms()) { if (!$user->canBeNotifiedBySms()) {
$this->logger->warning('User cannot be notified by SMS'); $this->logger->warning('User cannot be notified by SMS');
return null; return null;
} }