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/Controller/VoteController.php')
-rw-r--r--lib/Controller/VoteController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/VoteController.php b/lib/Controller/VoteController.php
index 02ccc9a0..32fc89a2 100644
--- a/lib/Controller/VoteController.php
+++ b/lib/Controller/VoteController.php
@@ -45,7 +45,6 @@ class VoteController extends Controller {
* @param string $appName
* @param IRequest $request
* @param VoteService $voteService
-
*/
public function __construct(
string $appName,