From 7f21574615f0ed9d5e2fa218f3ed018600b58a42 Mon Sep 17 00:00:00 2001 From: mnassabain <34754819+mnassabain@users.noreply.github.com> Date: Fri, 19 Mar 2021 17:29:07 +0100 Subject: =?UTF-8?q?=F0=9F=8E=A8=20Type=20hint=20ItemController=20share=20f?= =?UTF-8?q?unction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sean Molenaar Signed-off-by: Marco Nassabain --- lib/Controller/ItemController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Controller/ItemController.php b/lib/Controller/ItemController.php index a437bf3ff..cf4fe2237 100644 --- a/lib/Controller/ItemController.php +++ b/lib/Controller/ItemController.php @@ -333,7 +333,7 @@ class ItemController extends Controller * @param int $itemId Item to share * @param string $shareRecipientId User to share the item with */ - public function share($itemId, $shareRecipientId) + public function share(int $itemId, string $shareRecipientId) { try { $this->shareService->shareItemWithUser( -- cgit v1.2.3