Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2021-05-01 23:59:55 +0300
committerDaniel Rudolf <github.com@daniel-rudolf.de>2021-05-01 23:59:55 +0300
commit32923834df2b3dac7f0b0699040f099c8a7313f0 (patch)
tree5e19f3776f3627b89d061b7d352550a2f4d58b14 /lib/Service/ShareService.php
parentd11ad5d9b40d8bf37da05ed055c82d9b555530fa (diff)
Make php:cs linter happy
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'lib/Service/ShareService.php')
-rw-r--r--lib/Service/ShareService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/ShareService.php b/lib/Service/ShareService.php
index 6aac58e5..d4068b52 100644
--- a/lib/Service/ShareService.php
+++ b/lib/Service/ShareService.php
@@ -362,7 +362,7 @@ class ShareService {
if ($share->getType() === Share::TYPE_USER) {
$this->notificationService->sendInvitation($share->getPollId(), $share->getUserId());
- // TODO: skip this atm, to send invitations as mail too, if user is a site user
+ // TODO: skip this atm, to send invitations as mail too, if user is a site user
// $sentResult = ['sentMails' => [new User($share->getuserId())]];
// $this->shareService->setInvitationSent($token);
} elseif ($share->getType() === Share::TYPE_GROUP) {