@@ -23,23 +23,23 @@ |
||
23 | 23 | |
24 | 24 | interface ICloudFederationNotification { |
25 | 25 | |
26 | - /** |
|
27 | - * add a message to the notification |
|
28 | - * |
|
29 | - * @param string $notificationType (e.g. SHARE_ACCEPTED) |
|
30 | - * @param string $resourceType (e.g. file, calendar, contact,...) |
|
31 | - * @param array $message |
|
32 | - * |
|
33 | - * @since 14.0.0 |
|
34 | - */ |
|
35 | - public function setMessage($notificationType, $resourceType, array $message); |
|
26 | + /** |
|
27 | + * add a message to the notification |
|
28 | + * |
|
29 | + * @param string $notificationType (e.g. SHARE_ACCEPTED) |
|
30 | + * @param string $resourceType (e.g. file, calendar, contact,...) |
|
31 | + * @param array $message |
|
32 | + * |
|
33 | + * @since 14.0.0 |
|
34 | + */ |
|
35 | + public function setMessage($notificationType, $resourceType, array $message); |
|
36 | 36 | |
37 | - /** |
|
38 | - * get message, ready to send out |
|
39 | - * |
|
40 | - * @return string |
|
41 | - * |
|
42 | - * @since 14.0.0 |
|
43 | - */ |
|
44 | - public function getMessage(); |
|
37 | + /** |
|
38 | + * get message, ready to send out |
|
39 | + * |
|
40 | + * @return string |
|
41 | + * |
|
42 | + * @since 14.0.0 |
|
43 | + */ |
|
44 | + public function getMessage(); |
|
45 | 45 | } |