8000 bug #26286 [Security] Add missing use for RoleInterface (tony-tran) · symfony/symfony@4271fec · GitHub
[go: up one dir, main page]

Skip to content

Commit 4271fec

Browse files
committed
bug #26286 [Security] Add missing use for RoleInterface (tony-tran)
This PR was submitted for the 3.3 branch but it was merged into the 3.4 branch instead (closes #26286). Discussion ---------- [Security] Add missing use for RoleInterface | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Just a missing `use ...\RoleInterface` in the `UsernamePasswordToken` since 3.3. Commits ------- 05359f3 Add missing use for RoleInterface
2 parents 5311009 + 05359f3 commit 4271fec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Security\Core\Authentication\Token;
1313

14+
use Symfony\Component\Security\Core\Role\RoleInterface;
15+
1416
/**
1517
* UsernamePasswordToken implements a username and password token.
1618
*

0 commit comments

Comments
 (0)
0