From b8958ee9379be1876ed982fdef88be6934ba39da Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 10 Nov 2016 15:33:00 +0100 Subject: Fix activity manager tests Signed-off-by: Joas Schilling --- lib/public/Activity/IManager.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/public/Activity') 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 */ -- cgit v1.2.3