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; /**