diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-07 02:53:01 +0330 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-01-02 16:54:54 +0100 |
commit | 32ee6f7d0491e654a348c452d006007181fc0ed5 (patch) | |
tree | 605a49266bc2876b4897dce964e80e087ef1ee06 /lib | |
parent | 0ac1480be26105081b71241fa91c1f56a306db9d (diff) | |
download | nextcloud-server-32ee6f7d0491e654a348c452d006007181fc0ed5.tar.gz nextcloud-server-32ee6f7d0491e654a348c452d006007181fc0ed5.zip |
Add adjustments based on the review
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Notification/Notification.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |