From 604f64c30cb20ab0c096fe4204a50f7c3e58b759 Mon Sep 17 00:00:00 2001 From: WENDLING NICOLAS Date: Sun, 28 Feb 2021 21:48:45 +0100 Subject: =?UTF-8?q?=F0=9F=9A=A8=20Fix=20linter=20in=20those=20classes:=20-?= =?UTF-8?q?=20ItemController=20-=20ItemMapperV2=20-=20ItemServicev2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Controller/ItemController.php | 1 - lib/Service/ItemServiceV2.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Controller/ItemController.php b/lib/Controller/ItemController.php index 577916e9d..6243142ab 100644 --- a/lib/Controller/ItemController.php +++ b/lib/Controller/ItemController.php @@ -360,5 +360,4 @@ class ItemController extends Controller return []; } - } diff --git a/lib/Service/ItemServiceV2.php b/lib/Service/ItemServiceV2.php index 43fcc7e00..47656c12d 100644 --- a/lib/Service/ItemServiceV2.php +++ b/lib/Service/ItemServiceV2.php @@ -438,7 +438,7 @@ class ItemServiceV2 extends Service * @param string $userId Item owner * @param int $id Item ID * @param bool $shareWithId User to share with - * + * * Sharing by copying - the item is duplicated, and the 'sharedBy' and * 'sharedWith' fields are filled accordingly. * We copy the 'feedId', because the article will still be owned by -- cgit v1.2.3