8000 Fixed the phpDoc of UserInterface · symfony/symfony@8e2a33e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e2a33e

Browse files
committed
Fixed the phpDoc of UserInterface
1 parent d9f02fb commit 8e2a33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/User/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface UserInterface
4747
* and populated in any number of different ways when the user object
4848
* is created.
4949
*
50-
* @return Role[] The user roles
50+
* @return (Role|string)[] The user roles
5151
*/
5252
public function getRoles();
5353

0 commit comments

Comments
 (0)
0