Completed
Push — master ( 11144a...f5a495 )
by Maxence
12:24 queued 10s
created
lib/public/Dashboard/Service/IWidgetsService.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -46,17 +46,17 @@
 block discarded – undo
46 46
  */
47 47
 interface IWidgetsService {
48 48
 
49
-	/**
50
-	 * Returns the IWidgetConfig for a widgetId and userId
51
-	 *
52
-	 * @since 15.0.0
53
-	 *
54
-	 * @param string $widgetId
55
-	 * @param string $userId
56
-	 *
57
-	 * @return IWidgetConfig
58
-	 */
59
-	public function getWidgetConfig(string $widgetId, string $userId): IWidgetConfig;
49
+    /**
50
+     * Returns the IWidgetConfig for a widgetId and userId
51
+     *
52
+     * @since 15.0.0
53
+     *
54
+     * @param string $widgetId
55
+     * @param string $userId
56
+     *
57
+     * @return IWidgetConfig
58
+     */
59
+    public function getWidgetConfig(string $widgetId, string $userId): IWidgetConfig;
60 60
 
61 61
 }
62 62
 
Please login to merge, or discard this patch.