8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df49bb commit 9783f1bCopy full SHA for 9783f1b
src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php
@@ -47,8 +47,8 @@ public function getCredentials();
47
/**
48
* Returns a user representation.
49
*
50
- * @return mixed either returns an object which implements __toString(), or
51
- * a primitive string is returned.
+ * @return mixed Either returns an object which implements Symfony\Component\Security\Core\User\UserInterface,
+ * or a primitive string.
52
*/
53
public function getUser();
54
0 commit comments