Skip to content

Commit b9b27e0

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d26a25e commit b9b27e0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

lib/Listener/MailNotifyListener.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ protected function sendSignMailNotification(
8585
if (count($users) === 1) {
8686
$userId = $users[0]->getUID();
8787
if ($this->notificationPreferenceResolver->isEmailNotificationDisabled(
88-
$userId,
89-
SendSignNotificationEvent::FILE_TO_SIGN,
90-
true,
91-
)) {
88+
$userId,
89+
SendSignNotificationEvent::FILE_TO_SIGN,
90+
true,
91+
)) {
9292
return;
9393
}
9494
}
@@ -119,10 +119,10 @@ protected function sendSignedMailNotification(
119119
return;
120120
}
121121
if ($this->notificationPreferenceResolver->isEmailNotificationDisabled(
122-
$libreSignFile->getUserId(),
123-
SignedEvent::FILE_SIGNED,
124-
true,
125-
)) {
122+
$libreSignFile->getUserId(),
123+
SignedEvent::FILE_SIGNED,
124+
true,
125+
)) {
126126
return;
127127
}
128128

0 commit comments

Comments
 (0)