From cb10dd1d83262d2b851ff9370a04162692853a77 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 26 Jan 2021 13:32:17 +0100 Subject: Base: Update psalm definition and dependency list Signed-off-by: Sean Molenaar --- lib/Controller/ItemApiController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Controller/ItemApiController.php') diff --git a/lib/Controller/ItemApiController.php b/lib/Controller/ItemApiController.php index af36b87f0..7ec43bc5c 100644 --- a/lib/Controller/ItemApiController.php +++ b/lib/Controller/ItemApiController.php @@ -55,7 +55,7 @@ class ItemApiController extends ApiController * @param int $batchSize * @param int $offset * @param bool $oldestFirst - * @return array|mixed + * @return array|JSONResponse */ public function index( int $type = 3, @@ -87,7 +87,7 @@ class ItemApiController extends ApiController * @param int $type * @param int $id * @param int $lastModified - * @return array|mixed + * @return array|JSONResponse */ public function updated(int $type = 3, int $id = 0, int $lastModified = 0) { -- cgit v1.2.3