diff options
author | Pascal Borreli <pascal@borreli.com> | 2013-08-24 07:54:37 +0100 |
---|---|---|
committer | Pascal Borreli <pascal@borreli.com> | 2013-08-24 07:54:37 +0100 |
commit | 0c7673d6453637200bc06ff4a478ac60df6eb9de (patch) | |
tree | 6d4ee1276d6e9b6a97464fb32cd084ed24f98d10 /Core/Authentication/Token | |
parent | cfaabcc76c7b47b3e5e3b09ae5657315c9594c82 (diff) | |
download | symfony-security-0c7673d6453637200bc06ff4a478ac60df6eb9de.zip symfony-security-0c7673d6453637200bc06ff4a478ac60df6eb9de.tar.gz symfony-security-0c7673d6453637200bc06ff4a478ac60df6eb9de.tar.bz2 |
Fixed typos
Diffstat (limited to 'Core/Authentication/Token')
-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 1d65819..c532532 100644 --- a/Core/Authentication/Token/AbstractToken.php +++ b/Core/Authentication/Token/AbstractToken.php @@ -208,7 +208,7 @@ abstract class AbstractToken implements TokenInterface } /** - * Sets a attribute. + * Sets an attribute. * * @param string $name The attribute name * @param mixed $value The attribute value |