From: Christoph Wurst Date: Wed, 28 Jun 2023 13:07:23 +0000 (+0200) Subject: fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem X-Git-Tag: v26.0.4rc1~30^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F39159%2Fhead;p=nextcloud-server.git fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem Signed-off-by: Christoph Wurst --- 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 *