summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/RememberMe/TokenProviderInterface.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-11-30 13:33:44 +0000
committerGraham Campbell <graham@mineuk.com>2014-11-30 13:33:44 +0000
commite5dfe6a3e96c71e87c0ca9aa84115accd9ebb229 (patch)
tree197d405115891642eb8c9eb488b775251c427e98 /Core/Authentication/RememberMe/TokenProviderInterface.php
parentc54f038a64896f2963a4412974b10cd341ac6e73 (diff)
downloadsymfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.zip
symfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.tar.gz
symfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.tar.bz2
Docblock fixes
Diffstat (limited to 'Core/Authentication/RememberMe/TokenProviderInterface.php')
-rw-r--r--Core/Authentication/RememberMe/TokenProviderInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/Authentication/RememberMe/TokenProviderInterface.php b/Core/Authentication/RememberMe/TokenProviderInterface.php
index 93ed8d3..67d0bdd 100644
--- a/Core/Authentication/RememberMe/TokenProviderInterface.php
+++ b/Core/Authentication/RememberMe/TokenProviderInterface.php
@@ -44,6 +44,7 @@ interface TokenProviderInterface
* @param string $series
* @param string $tokenValue
* @param \DateTime $lastUsed
+ *
* @throws TokenNotFoundException if the token is not found
*/
public function updateToken($series, $tokenValue, \DateTime $lastUsed);