From 384e223e5f15600bd092dad6d27670854003e0c3 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Thu, 10 Oct 2024 18:33:38 +0200 Subject: [PATCH] fix doc block Signed-off-by: dartcafe --- lib/Controller/ShareController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Controller/ShareController.php b/lib/Controller/ShareController.php index 249da48cd..cd8639a96 100644 --- a/lib/Controller/ShareController.php +++ b/lib/Controller/ShareController.php @@ -57,10 +57,6 @@ public function add(int $pollId, string $type, string $userId = '', string $disp /** * Add share * @param int $pollId poll id - * @param string $type Share type - * @param string $userId User id - * @param string $displayName Displayname of user - * @param string $emailAddress Email address of user */ #[NoAdminRequired] #[OpenAPI(OpenAPI::SCOPE_IGNORE)]