summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-17 12:08:17 +0200
committerJoas Schilling <coding@schilljs.com>2020-06-17 12:08:17 +0200
commit9ff7a9c38e57b51abdd8561535d91256bf95b086 (patch)
treecfee31e021b30c8fb7252b44760ea0241a356dbb /lib
parente2100856adfd0b94d3971ad64294e8d2ff667aa3 (diff)
downloadnextcloud-server-9ff7a9c38e57b51abdd8561535d91256bf95b086.tar.gz
nextcloud-server-9ff7a9c38e57b51abdd8561535d91256bf95b086.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;