From 82a503a50a6b252190f2f91eeb40257209f52100 Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Wed, 19 Jul 2023 16:08:54 +0330 Subject: Make adjustments based on the review Co-authored-by: Louis Chemineau Signed-off-by: Hamid Dehnavi --- lib/private/Notification/Action.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/private/Notification/Action.php') 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() { -- cgit v1.2.3