Fix PHP CS

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-10-22 11:00:54 +02:00
parent 8600e51df5
commit 1f1244fdcc
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 0 additions and 3 deletions

View File

@ -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 {

View File

@ -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;