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:
authorBjoern Schiessle <bjoern@schiessle.org>2018-06-07 17:36:26 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-07-02 12:29:29 +0300
commit84fc188dfc73ab16510bc80a6c091d1a017d4368 (patch)
treedbd39e7608c749aeb31498aa39d6cdd0185e3903 /lib/public/Federation/ICloudFederationNotification.php
parent957b27f28267fd95bec9c8a041ca1e7be9d32aa6 (diff)
some minor fixes and clode cleanup
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/public/Federation/ICloudFederationNotification.php')
-rw-r--r--lib/public/Federation/ICloudFederationNotification.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/public/Federation/ICloudFederationNotification.php b/lib/public/Federation/ICloudFederationNotification.php
index c68cd7b5e4d..c7ceb6d2399 100644
--- a/lib/public/Federation/ICloudFederationNotification.php
+++ b/lib/public/Federation/ICloudFederationNotification.php
@@ -21,6 +21,13 @@
namespace OCP\Federation;
+/**
+ * Interface ICloudFederationNotification
+ *
+ * @package OCP\Federation
+ *
+ * @since 14.0.0
+ */
interface ICloudFederationNotification {
/**
@@ -31,7 +38,6 @@ interface ICloudFederationNotification {
* @param $providerId id of the share
* @param array $notification , payload of the notification
*
- * @return
* @since 14.0.0
*/
public function setMessage($notificationType, $resourceType, $providerId, array $notification);
@@ -39,7 +45,7 @@ interface ICloudFederationNotification {
/**
* get message, ready to send out
*
- * @return string
+ * @return array
*
* @since 14.0.0
*/