diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-10 15:33:00 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-16 09:25:45 +0100 |
commit | b8958ee9379be1876ed982fdef88be6934ba39da (patch) | |
tree | 46e135b22c1b88bb2b363e4079f8d7456a28d2b4 /lib/public/Activity/IManager.php | |
parent | 27c08167df6b5350ef0901ccaa8c7f40aa288c5e (diff) | |
download | nextcloud-server-b8958ee9379be1876ed982fdef88be6934ba39da.tar.gz nextcloud-server-b8958ee9379be1876ed982fdef88be6934ba39da.zip |
Fix activity manager tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Activity/IManager.php')
-rw-r--r-- | lib/public/Activity/IManager.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Activity/IManager.php b/lib/public/Activity/IManager.php index 48071729ed1..abad12f15f0 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -64,7 +64,6 @@ interface IManager { * - setSubject() * * @param IEvent $event - * @return null * @since 8.2.0 */ public function publish(IEvent $event); @@ -80,7 +79,6 @@ interface IManager { * @param string $affectedUser Recipient of the activity * @param string $type Type of the notification * @param int $priority Priority of the notification - * @return null * @since 6.0.0 * @deprecated 8.2.0 Grab an IEvent from generateEvent() instead and use the publish() method */ |