From be78126adfa0dd0ec1ac12c91d3ba71788d9b0b0 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 28 Jun 2023 15:07:23 +0200 Subject: [PATCH] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem Signed-off-by: Christoph Wurst --- lib/public/Dashboard/Model/WidgetItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Dashboard/Model/WidgetItem.php b/lib/public/Dashboard/Model/WidgetItem.php index 2bea9b93226..859a5652351 100644 --- a/lib/public/Dashboard/Model/WidgetItem.php +++ b/lib/public/Dashboard/Model/WidgetItem.php @@ -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 * -- 2.39.5