From: Joas Schilling Date: Wed, 17 Jun 2020 10:08:17 +0000 (+0200) Subject: Fix PHP CS X-Git-Tag: v20.0.0beta1~380^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9ff7a9c38e57b51abdd8561535d91256bf95b086;p=nextcloud-server.git Fix PHP CS Signed-off-by: Joas Schilling --- 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;