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
path: root/lib
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-16 17:12:36 +0300
committerdartcafe <github@dartcafe.de>2020-09-16 17:12:36 +0300
commit197c8e2265275c4bad0c6cce4da71c53ee62502b (patch)
treed43f26c9227cd2e1861b9e95ad111a9100190399 /lib
parentf5d97bbdf6eb880b223e29947c5a1a95642b2a1e (diff)
fixed annotation
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SubscriptionController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Controller/SubscriptionController.php b/lib/Controller/SubscriptionController.php
index 2d9fde04..5e5025d1 100644
--- a/lib/Controller/SubscriptionController.php
+++ b/lib/Controller/SubscriptionController.php
@@ -78,7 +78,8 @@ class SubscriptionController extends Controller {
* @PublicPage
* @NoAdminRequired
* @param int $pollId
- * @param int $subscribed
+ * @param string $token
+ * @param boolean $subscribed
* @return DataResponse
* @throws NotAuthorizedException
*/