Fixed phpcsfixer style complaint
This commit is contained in:
parent
377467a50f
commit
7035adf5f3
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ final class SmsNotifier
|
|||
$this->logger->info('SMS Notification');
|
||||
if (!$user->canBeNotifiedBySms()) {
|
||||
$this->logger->warning('User cannot be notified by SMS');
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue