Completed
Pull Request — master (#9345)
by Björn
19:50
created
lib/public/Federation/ICloudFederationNotification.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -23,23 +23,23 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.