summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2011-05-29 23:25:35 +0000
committerPascal Borreli <pascal@borreli.com>2011-05-29 23:33:36 +0000
commit5fcd8d03276e142bbedd2194f59cf8e551d624c7 (patch)
tree98f274df013c66d8fd65942aa878a6d12b3a41ca /Core/Authentication
parente8f01b158d44c02ba7801477ff8830001cc33bef (diff)
downloadsymfony-security-5fcd8d03276e142bbedd2194f59cf8e551d624c7.zip
symfony-security-5fcd8d03276e142bbedd2194f59cf8e551d624c7.tar.gz
symfony-security-5fcd8d03276e142bbedd2194f59cf8e551d624c7.tar.bz2
[Various] Fixed phpdoc
Diffstat (limited to 'Core/Authentication')
-rw-r--r--Core/Authentication/Token/RememberMeToken.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Core/Authentication/Token/RememberMeToken.php b/Core/Authentication/Token/RememberMeToken.php
index 7978427..6abb1e5 100644
--- a/Core/Authentication/Token/RememberMeToken.php
+++ b/Core/Authentication/Token/RememberMeToken.php
@@ -27,8 +27,8 @@ class RememberMeToken extends AbstractToken
* Constructor.
*
* @param UserInterface $user
- * @param string $providerKey
- * @param string $key
+ * @param string $providerKey
+ * @param string $key
*/
public function __construct(UserInterface $user, $providerKey, $key) {
parent::__construct($user->getRoles());