diff options
Diffstat (limited to 'lib/public/Dashboard/IConditionalWidget.php')
-rw-r--r-- | lib/public/Dashboard/IConditionalWidget.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Dashboard/IConditionalWidget.php b/lib/public/Dashboard/IConditionalWidget.php index 4fdeec700d3..443a9c9332c 100644 --- a/lib/public/Dashboard/IConditionalWidget.php +++ b/lib/public/Dashboard/IConditionalWidget.php @@ -35,7 +35,6 @@ namespace OCP\Dashboard; * @since 26.0.0 */ interface IConditionalWidget extends IWidget { - /** * @return bool Whether the widget is enabled and should be registered * @since 26.0.0 |