From 32ee6f7d0491e654a348c452d006007181fc0ed5 Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Fri, 7 Jul 2023 02:53:01 +0330 Subject: [PATCH] Add adjustments based on the review Signed-off-by: Hamid Dehnavi --- lib/private/Notification/Notification.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private/Notification/Notification.php b/lib/private/Notification/Notification.php index fcacc897c53..1ae75a6b466 100644 --- a/lib/private/Notification/Notification.php +++ b/lib/private/Notification/Notification.php @@ -32,7 +32,6 @@ use OCP\RichObjectStrings\InvalidObjectExeption; use OCP\RichObjectStrings\IValidator; class Notification implements INotification { - /** @var string */ protected string $app; -- 2.39.5