[Security] fixed wrong phpdoc

This commit is contained in:
Fabien Potencier 2015-01-03 10:49:59 +01:00
parent a7d5624233
commit 064062dff3

View File

@ -47,8 +47,10 @@ interface TokenInterface extends \Serializable
/**
* Returns a user representation.
*
* @return mixed either returns an object which implements __toString(), or
* a primitive string is returned.
* @return mixed Can be a UserInterface instance, an object implementing a __toString method,
* or the username as a regular string
*
* @see AbstractToken::setUser()
*/
public function getUser();