summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-22 17:27:41 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-22 17:27:41 +0200
commit62f47af2b6143d7c9ff1f24b1ffce2ff6951bc7f (patch)
treeb5dcc6a28881e50f2618ce4f0124fbd2c23c2e08 /lib
parent1e04bb0396f50d598a6f773522e571559befab5a (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/AutoComplete/SearchPlugin.php1
-rw-r--r--lib/Chat/Parser/UserMention.php1
-rw-r--r--lib/Controller/CallController.php1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/Chat/AutoComplete/SearchPlugin.php b/lib/Chat/AutoComplete/SearchPlugin.php
index cfb93baff..1ca840db7 100644
--- a/lib/Chat/AutoComplete/SearchPlugin.php
+++ b/lib/Chat/AutoComplete/SearchPlugin.php
@@ -33,7 +33,6 @@ use OCP\Collaboration\Collaborators\ISearchPlugin;
use OCP\Collaboration\Collaborators\ISearchResult;
use OCP\Collaboration\Collaborators\SearchResultType;
use OCP\IL10N;
-use OCP\IUser;
use OCP\IUserManager;
class SearchPlugin implements ISearchPlugin {
diff --git a/lib/Chat/Parser/UserMention.php b/lib/Chat/Parser/UserMention.php
index 724398bdf..4c4ba060e 100644
--- a/lib/Chat/Parser/UserMention.php
+++ b/lib/Chat/Parser/UserMention.php
@@ -31,7 +31,6 @@ use OCA\Talk\Model\Message;
use OCA\Talk\Room;
use OCP\Comments\ICommentsManager;
use OCP\IL10N;
-use OCP\IUser;
use OCP\IUserManager;
/**
diff --git a/lib/Controller/CallController.php b/lib/Controller/CallController.php
index b52f02736..5be4ae148 100644
--- a/lib/Controller/CallController.php
+++ b/lib/Controller/CallController.php
@@ -36,7 +36,6 @@ use OCP\AppFramework\Http;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\IRequest;
-use OCP\IUser;
use OCP\IUserManager;
class CallController extends AEnvironmentAwareController {