Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-22 12:00:54 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-22 12:00:54 +0300
commit1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d (patch)
treea09ac688bfd7428c4dbfc97793955d5f9aaffd9d /tests/lib/Comments/ManagerTest.php
parent8600e51df5fb4f937eefc7fae3dfc33e84654ff2 (diff)
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Comments/ManagerTest.php')
-rw-r--r--tests/lib/Comments/ManagerTest.php1
1 files changed, 0 insertions, 1 deletions
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;