Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8600e51df5
commit
1f1244fdcc
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue