aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-06-28 15:07:23 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-06-28 15:07:23 +0200
commitc7c28a81d59f51e4924a4212813b5ed2de5ee36d (patch)
treeaedc8fb5aea4614d6e6779805c71bc1055ef956b
parentfbc63fe57c7665e7a923ae70deac3ce8fa497acf (diff)
downloadnextcloud-server-c7c28a81d59f51e4924a4212813b5ed2de5ee36d.tar.gz
nextcloud-server-c7c28a81d59f51e4924a4212813b5ed2de5ee36d.zip
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--lib/public/Dashboard/Model/WidgetItem.php2
1 files changed, 1 insertions, 1 deletions
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
*