From d5b9fbba3de2cef3f069c09b1f27c5b66b3b7912 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Fri, 19 Mar 2021 20:21:13 +0100 Subject: =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20comments=20in=20ShareService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- lib/Service/ShareService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Service/ShareService.php b/lib/Service/ShareService.php index 429ec46b0..3885617b3 100644 --- a/lib/Service/ShareService.php +++ b/lib/Service/ShareService.php @@ -68,6 +68,7 @@ class ShareService * @param FeedServiceV2 $feedService Service for feeds * @param ItemServiceV2 $itemService Service to manage items * @param IURLGenerator $urlGenerator URL Generator + * @param IUserManager $userManager User Manager * @param IL10N $l Localization interface * @param LoggerInterface $logger Logger */ @@ -137,7 +138,7 @@ class ShareService } /** - * Map sharers display name to shared items. + * Map sharers display names to shared items. * * Loops through an array of news items. For all shared items, the function * fetches the sharers display name and adds it into the item. -- cgit v1.2.3