From: Joas Schilling Date: Tue, 22 Aug 2023 11:15:13 +0000 (+0200) Subject: Fix(CI): Satisfy old psalm by being less specific X-Git-Tag: v27.1.0beta3~10^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F39993%2Fhead;p=nextcloud-server.git Fix(CI): Satisfy old psalm by being less specific Signed-off-by: Joas Schilling --- 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 = [];