DX: Fix CS

This commit is contained in:
Julien Fastré 2023-01-13 14:39:30 +01:00
parent a2b2cafbce
commit 08ddbee6af
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

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