summaryrefslogtreecommitdiffstats
path: root/lib/public/Notification/IApp.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Notification/IApp.php')
-rw-r--r--lib/public/Notification/IApp.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Notification/IApp.php b/lib/public/Notification/IApp.php
index fa06a63ccc6..8f7b9b3d013 100644
--- a/lib/public/Notification/IApp.php
+++ b/lib/public/Notification/IApp.php
@@ -31,7 +31,6 @@ namespace OCP\Notification;
interface IApp {
/**
* @param INotification $notification
- * @return null
* @throws \InvalidArgumentException When the notification is not valid
* @since 9.0.0
*/
@@ -39,7 +38,6 @@ interface IApp {
/**
* @param INotification $notification
- * @return null
* @since 9.0.0
*/
public function markProcessed(INotification $notification);