]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem 39159/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 28 Jun 2023 13:07:23 +0000 (15:07 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Wed, 5 Jul 2023 10:54:51 +0000 (10:54 +0000)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/public/Dashboard/Model/WidgetItem.php

index 2bea9b9322690a16ead029d237cfb50d6e3cc774..859a5652351936f61a087fb1770bed525ae56edd 100644 (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
  *