summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-03-06 14:51:17 +0100
committerMorris Jobke <hey@morrisjobke.de>2019-03-06 15:43:56 +0100
commit3f9cdeeb5fe9aee97e410ec59bbdd1c9cf3c33d5 (patch)
treeaf97bc7d57dfc676a99d1b19ace4235fac070e9c /lib/private/Collaboration
parentbdf95ef0eca7ac1db75b743c9d6ca232e6d3f3a3 (diff)
downloadnextcloud-server-3f9cdeeb5fe9aee97e410ec59bbdd1c9cf3c33d5.tar.gz
nextcloud-server-3f9cdeeb5fe9aee97e410ec59bbdd1c9cf3c33d5.zip
Cleanup some PHPDoc leftovers and unused variables
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Collaboration')
-rw-r--r--lib/private/Collaboration/Collaborators/RemoteGroupPlugin.php4
1 files changed, 0 insertions, 4 deletions
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;