From 3f9cdeeb5fe9aee97e410ec59bbdd1c9cf3c33d5 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 6 Mar 2019 14:51:17 +0100 Subject: Cleanup some PHPDoc leftovers and unused variables Signed-off-by: Morris Jobke --- lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/private/Collaboration') diff --git a/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php b/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php index c48a1fbae20..6e0979fe418 100644 --- a/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php +++ b/lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php @@ -27,10 +27,8 @@ namespace OC\Collaboration\Collaborators; use OCP\Collaboration\Collaborators\ISearchPlugin; use OCP\Collaboration\Collaborators\ISearchResult; use OCP\Collaboration\Collaborators\SearchResultType; -use OCP\Contacts\IManager; use OCP\Federation\ICloudFederationProviderManager; use OCP\Federation\ICloudIdManager; -use OCP\IConfig; use OCP\Share; class RemoteGroupPlugin implements ISearchPlugin { @@ -38,8 +36,6 @@ class RemoteGroupPlugin implements ISearchPlugin { /** @var ICloudIdManager */ private $cloudIdManager; - /** @var IConfig */ - private $config; /** @var bool */ private $enabled = false; -- cgit v1.2.3