Skip to content

Commit 82c5f41

Browse files
Merge pull request #39157 from nextcloud/backport/39043/stable27
[stable27] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
2 parents d119cb1 + 6efaf84 commit 82c5f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Dashboard/Model/WidgetItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
* This class is used by IAPIWidget interface.
3535
* It represents an widget item data that can be provided to clients via the Dashboard API
36-
* @see IAPIWidget::getWidgetItems
36+
* @see IAPIWidget::getItems
3737
*
3838
* @since 22.0.0
3939
*

0 commit comments

Comments
 (0)