8000 Fix misleading TokenInterface docblock · symfony/symfony@9783f1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9783f1b

Browse files
committed
Fix misleading TokenInterface docblock
1 parent 6df49bb commit 9783f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public function getCredentials();
4747
/**
4848
* Returns a user representation.
4949
*
50-
* @return mixed either returns an object which implements __toString(), or
51-
* a primitive string is returned.
50+
* @return mixed Either returns an object which implements Symfony\Component\Security\Core\User\UserInterface,
51+
* or a primitive string.
5252
*/
5353
public function getUser();
5454

0 commit comments

Comments
 (0)
0