Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-10 17:33:00 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-16 11:25:45 +0300
commitb8958ee9379be1876ed982fdef88be6934ba39da (patch)
tree46e135b22c1b88bb2b363e4079f8d7456a28d2b4 /lib/public/Activity
parent27c08167df6b5350ef0901ccaa8c7f40aa288c5e (diff)
Fix activity manager tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Activity')
-rw-r--r--lib/public/Activity/IManager.php2
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
*/