From: Joas Schilling Date: Thu, 22 Oct 2020 09:00:54 +0000 (+0200) Subject: Fix PHP CS X-Git-Tag: v21.0.0beta1~327^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d;p=nextcloud-server.git Fix PHP CS Signed-off-by: Joas Schilling --- 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;