Merge pull request #39159 from nextcloud/backport/39043/stable26

[stable26] fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
This commit is contained in:
Christoph Wurst 2023-07-05 20:01:04 +02:00 committed by GitHub
commit e1af3b9dd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
*