summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-17 12:08:17 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-06-23 12:04:50 +0000
commit9ce288163cb12398f1871cfd67b57c7ac5f95e58 (patch)
tree152ea659abd94aaf1c59f7ff5626258732d5b74b /lib
parent83b0d37093af208415f0d6a219e06eb1493dacf7 (diff)
downloadnextcloud-server-9ce288163cb12398f1871cfd67b57c7ac5f95e58.tar.gz
nextcloud-server-9ce288163cb12398f1871cfd67b57c7ac5f95e58.zip
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Collaboration/Collaborators/UserPlugin.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Collaboration/Collaborators/UserPlugin.php b/lib/private/Collaboration/Collaborators/UserPlugin.php
index 4e293dd28b9..946baf687c5 100644
--- a/lib/private/Collaboration/Collaborators/UserPlugin.php
+++ b/lib/private/Collaboration/Collaborators/UserPlugin.php
@@ -33,7 +33,6 @@ use OCP\Collaboration\Collaborators\ISearchPlugin;
use OCP\Collaboration\Collaborators\ISearchResult;
use OCP\Collaboration\Collaborators\SearchResultType;
use OCP\IConfig;
-use OCP\IGroup;
use OCP\IGroupManager;
use OCP\IUser;
use OCP\IUserManager;