Skip to content

Commit cf7a7ec

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent edaeca7 commit cf7a7ec

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

AccessToken/OAuth2/Oauth2TokenHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Component\Security\Http\AccessToken\AccessTokenHandlerInterface;
1919
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
2020
use Symfony\Contracts\HttpClient\HttpClientInterface;
21-
2221
use function Symfony\Component\String\u;
2322

2423
/**

AccessToken/Oidc/OidcTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\Security\Http\AccessToken\Oidc;
1313

1414
use Symfony\Component\Security\Core\User\OidcUser;
15-
1615
use function Symfony\Component\String\u;
1716

1817
/**

Tests/Authenticator/Passport/Badge/UserBadgeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge;
1818
use Symfony\Component\String\Slugger\AsciiSlugger;
1919
use Symfony\Component\String\UnicodeString;
20-
2120
use function Symfony\Component\String\u;
2221

2322
class UserBadgeTest extends TestCase

0 commit comments

Comments
 (0)