fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2023-06-28 15:07:23 +02:00 committed by backportbot-nextcloud[bot]
parent d119cb132a
commit 6efaf84ceb

View file

@ -33,7 +33,7 @@ use JsonSerializable;
*
* This class is used by IAPIWidget interface.
* It represents an widget item data that can be provided to clients via the Dashboard API
* @see IAPIWidget::getWidgetItems
* @see IAPIWidget::getItems
*
* @since 22.0.0
*