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:
Diffstat (limited to 'lib/Service/PollService.php')
-rw-r--r--lib/Service/PollService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Service/PollService.php b/lib/Service/PollService.php
index b9fdbdef..23e63835 100644
--- a/lib/Service/PollService.php
+++ b/lib/Service/PollService.php
@@ -67,8 +67,8 @@ class PollService {
* PollController constructor.
* @param PollMapper $pollMapper
* @param Poll $poll
- * @param VoteMapper $voteMapper
- * @param Vote $vote
+ * @param VoteMapper $voteMapper
+ * @param Vote $vote
* @param LogService $logService
* @param MailService $mailService
* @param Acl $acl