summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/AbstractToken.php
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2014-10-24 11:21:28 +0200
committerChristophe Coevoet <stof@notk.org>2014-10-24 11:21:28 +0200
commit573f2ce8b9c550c2b8215fd590619d52dae7f9cc (patch)
treec67bbadb38b9f4de2eacadb428651ef08529264b /Core/Authentication/Token/AbstractToken.php
parentcd022841a94f02dd95541fee4cc4a09c4b053d01 (diff)
downloadsymfony-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.php2
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)