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
parent fbc63fe57c
commit c7c28a81d5
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

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
*