diff options
author | Joas Schilling <coding@schilljs.com> | 2020-10-22 11:00:54 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-10-22 11:00:54 +0200 |
commit | 1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d (patch) | |
tree | a09ac688bfd7428c4dbfc97793955d5f9aaffd9d /tests | |
parent | 8600e51df5fb4f937eefc7fae3dfc33e84654ff2 (diff) | |
download | nextcloud-server-1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d.tar.gz nextcloud-server-1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d.zip |
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Comments/ManagerTest.php | 1 |
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; |