diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-17 12:08:17 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-06-23 12:04:50 +0000 |
commit | 9ce288163cb12398f1871cfd67b57c7ac5f95e58 (patch) | |
tree | 152ea659abd94aaf1c59f7ff5626258732d5b74b /lib | |
parent | 83b0d37093af208415f0d6a219e06eb1493dacf7 (diff) | |
download | nextcloud-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.php | 1 |
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; |