Skip to content

Commit 6efaf84

Browse files
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent d119cb1 commit 6efaf84

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)