summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token
diff options
context:
space:
mode:
authorHugo Hamon <hugo.hamon@sensio.com>2012-05-01 13:15:31 +0100
committerHugo Hamon <hugo.hamon@sensio.com>2012-05-01 13:15:31 +0100
commitf4dfadfa0789281be909efb415d69e01342be53d (patch)
tree565734acfad7adf8b735bf4ce343d2f0de4e2d44 /Core/Authentication/Token
parent47bc63f4b8b81e860b81810def22fed6dc7d8d1f (diff)
downloadsymfony-security-f4dfadfa0789281be909efb415d69e01342be53d.zip
symfony-security-f4dfadfa0789281be909efb415d69e01342be53d.tar.gz
symfony-security-f4dfadfa0789281be909efb415d69e01342be53d.tar.bz2
[Security] fixed phpdoc.
Diffstat (limited to 'Core/Authentication/Token')
-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 2cb355a..663f215 100644
--- a/Core/Authentication/Token/AbstractToken.php
+++ b/Core/Authentication/Token/AbstractToken.php
@@ -76,7 +76,7 @@ abstract class AbstractToken implements TokenInterface
}
/**
- * Sets the user into the token.
+ * Sets the user in the token.
*
* The user can be a UserInterface instance, or an object implementing
* a __toString method or the username as a regular string.