diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-17 12:08:17 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-17 12:08:17 +0200 |
commit | 9ff7a9c38e57b51abdd8561535d91256bf95b086 (patch) | |
tree | cfee31e021b30c8fb7252b44760ea0241a356dbb /lib | |
parent | e2100856adfd0b94d3971ad64294e8d2ff667aa3 (diff) | |
download | nextcloud-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.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; |