From ab7493df8cffb191dbd6910f972726c120d8e577 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Wed, 3 Jul 2024 23:10:43 +0200 Subject: [PATCH] fix cs --- Tests/Functional/WebTokenTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Functional/WebTokenTest.php b/Tests/Functional/WebTokenTest.php index 55effdf0..b7713575 100644 --- a/Tests/Functional/WebTokenTest.php +++ b/Tests/Functional/WebTokenTest.php @@ -2,7 +2,6 @@ namespace Lexik\Bundle\JWTAuthenticationBundle\Tests\Functional; -use Symfony\Component\HttpFoundation\Request; use Jose\Component\Core\AlgorithmManager; use Jose\Component\Core\JWK; use Jose\Component\Encryption\Algorithm\ContentEncryption\A128GCM; @@ -23,6 +22,7 @@ use Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationSuccessResponse; use ParagonIE\ConstantTime\Base64UrlSafe; use Symfony\Component\HttpFoundation\Cookie; +use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; /**