From 900439ea42cd9e100d3edbb26987471152e0b4e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 22 Aug 2023 13:15:13 +0200 Subject: [PATCH] Fix(CI): Satisfy old psalm by being less specific Signed-off-by: Joas Schilling --- apps/dashboard/lib/Controller/DashboardApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/lib/Controller/DashboardApiController.php b/apps/dashboard/lib/Controller/DashboardApiController.php index 0b2b05e0df6..deacbd0a284 100644 --- a/apps/dashboard/lib/Controller/DashboardApiController.php +++ b/apps/dashboard/lib/Controller/DashboardApiController.php @@ -123,7 +123,7 @@ class DashboardApiController extends OCSController { * @param array $sinceIds Array indexed by widget Ids, contains date/id from which we want the new items * @param int $limit Limit number of result items per widget * @param string[] $widgets Limit results to specific widgets - * @return DataResponse, array{}> + * @return DataResponse */ public function getWidgetItemsV2(array $sinceIds = [], int $limit = 7, array $widgets = []): DataResponse { $items = []; -- 2.39.5