]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix(CI): Satisfy old psalm by being less specific 39993/head
authorJoas Schilling <coding@schilljs.com>
Tue, 22 Aug 2023 11:15:13 +0000 (13:15 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 22 Aug 2023 11:15:13 +0000 (13:15 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/dashboard/lib/Controller/DashboardApiController.php

index 0b2b05e0df6577579cdda5f48f0d1cf97617cb08..deacbd0a2840b0f3ba75f1664ebbcb4404678dea 100644 (file)
@@ -123,7 +123,7 @@ class DashboardApiController extends OCSController {
         * @param array<string, string> $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<Http::STATUS_OK, array<string, DashboardWidgetItems>, array{}>
+        * @return DataResponse
         */
        public function getWidgetItemsV2(array $sinceIds = [], int $limit = 7, array $widgets = []): DataResponse {
                $items = [];