From 1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Thu, 22 Oct 2020 11:00:54 +0200
Subject: [PATCH] Fix PHP CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 lib/private/Comments/ManagerFactory.php | 2 --
 tests/lib/Comments/ManagerTest.php      | 1 -
 2 files changed, 3 deletions(-)

diff --git a/lib/private/Comments/ManagerFactory.php b/lib/private/Comments/ManagerFactory.php
index a5ac2d65545..67b006bdb63 100644
--- a/lib/private/Comments/ManagerFactory.php
+++ b/lib/private/Comments/ManagerFactory.php
@@ -27,9 +27,7 @@ namespace OC\Comments;
 
 use OCP\Comments\ICommentsManager;
 use OCP\Comments\ICommentsManagerFactory;
-use OCP\IInitialStateService;
 use OCP\IServerContainer;
-use Psr\Log\LoggerInterface;
 
 class ManagerFactory implements ICommentsManagerFactory {
 
diff --git a/tests/lib/Comments/ManagerTest.php b/tests/lib/Comments/ManagerTest.php
index a7533062576..355b1af1347 100644
--- a/tests/lib/Comments/ManagerTest.php
+++ b/tests/lib/Comments/ManagerTest.php
@@ -4,7 +4,6 @@ namespace Test\Comments;
 
 use OC\Comments\Comment;
 use OC\Comments\Manager;
-use OC\Comments\ManagerFactory;
 use OCP\AppFramework\Utility\ITimeFactory;
 use OCP\Comments\IComment;
 use OCP\Comments\ICommentsEventHandler;
-- 
GitLab