diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-05 13:00:56 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-05 13:00:56 +0200 |
commit | fb04c5682719b27f31c633bdb8130fc6b0a53385 (patch) | |
tree | 4c0c49af6042c810dff9c9fa1142a50f6a6bd372 /lib/public/Notification/IApp.php | |
parent | 8b484eedf029b8e1a9dcef0efb09db381888c4b0 (diff) | |
download | nextcloud-server-fb04c5682719b27f31c633bdb8130fc6b0a53385.tar.gz nextcloud-server-fb04c5682719b27f31c633bdb8130fc6b0a53385.zip |
Null !== void, those methods are void
Diffstat (limited to 'lib/public/Notification/IApp.php')
-rw-r--r-- | lib/public/Notification/IApp.php | 2 |
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); |