aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Notification/Action.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Notification/Action.php')
-rw-r--r--lib/private/Notification/Action.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/private/Notification/Action.php b/lib/private/Notification/Action.php
index f0e40f6e1d6..9590d28af4a 100644
--- a/lib/private/Notification/Action.php
+++ b/lib/private/Notification/Action.php
@@ -27,22 +27,16 @@ namespace OC\Notification;
use OCP\Notification\IAction;
class Action implements IAction {
- /** @var string */
protected string $label;
- /** @var string */
protected string $labelParsed;
- /** @var string */
protected string $link;
- /** @var string */
protected string $requestType;
- /** @var string */
protected string $icon;
- /** @var bool */
protected bool $primary;
public function __construct() {