From 08ddbee6af64ad012c6913789295daa5c968a172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 13 Jan 2023 14:39:30 +0100 Subject: [PATCH] DX: Fix CS --- src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php b/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php index e0e57e078..82dbadf7b 100644 --- a/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php +++ b/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php @@ -11,14 +11,9 @@ declare(strict_types=1); namespace Chill\WopiBundle\Service\Wopi; -use ChampsLibres\WopiLib\Contract\Service\DocumentManagerInterface; use ChampsLibres\WopiLib\Contract\Service\WopiInterface; -use loophp\psr17\Psr17Interface; -use Psr\Cache\CacheItemPoolInterface; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; -use Symfony\Component\Security\Core\Security; -use Symfony\Component\Security\Core\User\UserProviderInterface; final class ChillWopi implements WopiInterface {