Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f06410

Browse files
minor #27349 [Security] Fix missing use in UserInterface (jvasseur)
This PR was merged into the 4.1 branch. Discussion ---------- [Security] Fix missing use in UserInterface | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Fix missing `Role` use used in the `getRoles` return type. Commits ------- 3e0a0f4 Fix missing use in UserInterface
2 parents 7d23ac5 + 3e0a0f4 commit 0f06410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Security/Core/User/UserInterface.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\User;
1313

14+
use Symfony\Component\Security\Core\Role\Role;
15+
1416
/**
1517
* Represents the interface that all user classes must implement.
1618
*

0 commit comments

Comments
 (0)