diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-15 22:19:31 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-15 22:19:31 +0200 |
commit | 7036686b05aced1fb163ee7af8897f7a0a1867f5 (patch) | |
tree | 2b436b496afa6bb1da94649fb385c4d4e0723850 /Core/Authentication/Token/AbstractToken.php | |
parent | 4599d931b04193b23d2cefc87a0bcea92585f071 (diff) | |
download | symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.zip symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.tar.gz symfony-security-7036686b05aced1fb163ee7af8897f7a0a1867f5.tar.bz2 |
fixed phpdoc @param alignment
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 dc993ba..ed6e8de 100644 --- a/Core/Authentication/Token/AbstractToken.php +++ b/Core/Authentication/Token/AbstractToken.php @@ -178,7 +178,7 @@ abstract class AbstractToken implements TokenInterface /** * Returns true if the attribute exists. * - * @param string $name The attribute name + * @param string $name The attribute name * * @return Boolean true if the attribute exists, false otherwise */ |