summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/RememberMe/PersistentToken.php
diff options
context:
space:
mode:
authorPascal Borreli <pascal@borreli.com>2011-04-23 15:05:44 +0000
committerPascal Borreli <pascal@borreli.com>2011-04-23 15:18:47 +0000
commite2231da7eadcdc2ec5ac5be89ce3d21422dfafd6 (patch)
treef32c9af26b3d40607668ea13c1ed307549b15b4f /Core/Authentication/RememberMe/PersistentToken.php
parentbadc0d6f36373b81ab66c48342e024649321700f (diff)
downloadsymfony-security-e2231da7eadcdc2ec5ac5be89ce3d21422dfafd6.zip
symfony-security-e2231da7eadcdc2ec5ac5be89ce3d21422dfafd6.tar.gz
symfony-security-e2231da7eadcdc2ec5ac5be89ce3d21422dfafd6.tar.bz2
[Phpdoc] Cleaning/fixing
Diffstat (limited to 'Core/Authentication/RememberMe/PersistentToken.php')
-rw-r--r--Core/Authentication/RememberMe/PersistentToken.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Core/Authentication/RememberMe/PersistentToken.php b/Core/Authentication/RememberMe/PersistentToken.php
index 0e8f7d2..55e6b89 100644
--- a/Core/Authentication/RememberMe/PersistentToken.php
+++ b/Core/Authentication/RememberMe/PersistentToken.php
@@ -27,10 +27,10 @@ final class PersistentToken implements PersistentTokenInterface
/**
* Constructor
*
- * @param string $class
- * @param string $username
- * @param string $series
- * @param string $tokenValue
+ * @param string $class
+ * @param string $username
+ * @param string $series
+ * @param string $tokenValue
* @param DateTime $lastUsed
*/
public function __construct($class, $username, $series, $tokenValue, \DateTime $lastUsed)