diff options
author | Florin Patan <florinpatan@gmail.com> | 2012-12-16 14:02:54 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-12-19 08:09:49 +0100 |
commit | 1849d1e5d8f925c671ba44ce461859c730298edb (patch) | |
tree | a493feeaccda5fc0f8c891b081957676c7a0dbe1 /Core/Authentication/RememberMe | |
parent | 2b733ec2d017d7f02f2c034950337e36015acf99 (diff) | |
download | symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.zip symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.tar.gz symfony-security-1849d1e5d8f925c671ba44ce461859c730298edb.tar.bz2 |
Fixed most of the docblocks/unused namespaces
Diffstat (limited to 'Core/Authentication/RememberMe')
-rw-r--r-- | Core/Authentication/RememberMe/PersistentToken.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Core/Authentication/RememberMe/PersistentToken.php b/Core/Authentication/RememberMe/PersistentToken.php index 88b0413..f3f6858 100644 --- a/Core/Authentication/RememberMe/PersistentToken.php +++ b/Core/Authentication/RememberMe/PersistentToken.php @@ -32,6 +32,8 @@ final class PersistentToken implements PersistentTokenInterface * @param string $series * @param string $tokenValue * @param \DateTime $lastUsed + * + * @throws \InvalidArgumentException */ public function __construct($class, $username, $series, $tokenValue, \DateTime $lastUsed) { |