summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-17 10:31:03 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-17 10:31:14 +0200
commit724db041e1ea4986ebb0dc4fb07b25363b5c96ab (patch)
tree43103e0ea13903a31377639a8ed834d2733fff18
parent36f511d19844c1d4f661ecdf9ac01ce7d90916b8 (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/php/Chat/Parser/SystemMessageTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/php/Chat/Parser/SystemMessageTest.php b/tests/php/Chat/Parser/SystemMessageTest.php
index 1be6afc21..1ffa7d5d1 100644
--- a/tests/php/Chat/Parser/SystemMessageTest.php
+++ b/tests/php/Chat/Parser/SystemMessageTest.php
@@ -44,7 +44,6 @@ use OCP\IGroupManager;
use OCP\IL10N;
use OCP\IPreview as IPreviewManager;
use OCP\IURLGenerator;
-use OCP\IUser;
use OCP\IUserManager;
use OCP\Share\Exceptions\ShareNotFound;
use OCP\Share\IShare;