Skip to content

Commit aad723a

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent cf7a7ec commit aad723a

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

AccessToken/OAuth2/Oauth2TokenHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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+
2122
use function Symfony\Component\String\u;
2223

2324
/**

AccessToken/Oidc/OidcTrait.php

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

1414
use Symfony\Component\Security\Core\User\OidcUser;
15+
1516
use function Symfony\Component\String\u;
1617

1718
/**

Tests/Authenticator/Passport/Badge/UserBadgeTest.php

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

2223
class UserBadgeTest extends TestCase

Tests/EventListener/IsGrantedAttributeListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function testAccessDeniedMessages(string|Expression $attribute, string|ar
224224
$authChecker = new AuthorizationChecker(new TokenStorage(), new AccessDecisionManager((function () use (&$authChecker) {
225225
yield new ExpressionVoter(new ExpressionLanguage(), null, $authChecker);
226226
yield new RoleVoter();
227-
yield new class() extends Voter {
227+
yield new class extends Voter {
228228
protected function supports(string $attribute, mixed $subject): bool
229229
{
230230
return 'POST_VIEW' === $attribute;

0 commit comments

Comments
 (0)