diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-19 16:08:54 +0330 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-01-02 16:54:54 +0100 |
commit | 82a503a50a6b252190f2f91eeb40257209f52100 (patch) | |
tree | ee7fd395086df4b17154011743a9d4b7a026841c /lib/private/Notification/Action.php | |
parent | 32ee6f7d0491e654a348c452d006007181fc0ed5 (diff) | |
download | nextcloud-server-82a503a50a6b252190f2f91eeb40257209f52100.tar.gz nextcloud-server-82a503a50a6b252190f2f91eeb40257209f52100.zip |
Make adjustments based on the review
Co-authored-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Diffstat (limited to 'lib/private/Notification/Action.php')
-rw-r--r-- | lib/private/Notification/Action.php | 6 |
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() { |