diff options
author | Christophe Coevoet <stof@notk.org> | 2014-10-24 11:21:28 +0200 |
---|---|---|
committer | Christophe Coevoet <stof@notk.org> | 2014-10-24 11:21:28 +0200 |
commit | 573f2ce8b9c550c2b8215fd590619d52dae7f9cc (patch) | |
tree | c67bbadb38b9f4de2eacadb428651ef08529264b /Core/Authentication/Token/AbstractToken.php | |
parent | cd022841a94f02dd95541fee4cc4a09c4b053d01 (diff) | |
download | symfony-security-573f2ce8b9c550c2b8215fd590619d52dae7f9cc.zip symfony-security-573f2ce8b9c550c2b8215fd590619d52dae7f9cc.tar.gz symfony-security-573f2ce8b9c550c2b8215fd590619d52dae7f9cc.tar.bz2 |
Improved the phpdoc for security token classes
Diffstat (limited to 'Core/Authentication/Token/AbstractToken.php')
-rw-r--r-- | Core/Authentication/Token/AbstractToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Token/AbstractToken.php b/Core/Authentication/Token/AbstractToken.php index 6813adf..3982b08 100644 --- a/Core/Authentication/Token/AbstractToken.php +++ b/Core/Authentication/Token/AbstractToken.php @@ -88,7 +88,7 @@ abstract class AbstractToken implements TokenInterface * The user can be a UserInterface instance, or an object implementing * a __toString method or the username as a regular string. * - * @param mixed $user The user + * @param string|object $user The user * @throws \InvalidArgumentException */ public function setUser($user) |