@@ -46,17 +46,17 @@ |
||
| 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 | |