summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/RememberMe/TokenProviderInterface.php
diff options
context:
space:
mode:
authorDrak <drak@zikula.org>2012-10-19 17:43:59 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2012-10-20 09:10:30 +0200
commitab04c3bb1a29f12ff875844c7915140c0d8bacb8 (patch)
treee281dd458dd0dc69365c776bf4e2490330134b1e /Core/Authentication/RememberMe/TokenProviderInterface.php
parent811f0d2d71571ac24fb55b97c9177515cbb862cb (diff)
downloadsymfony-security-ab04c3bb1a29f12ff875844c7915140c0d8bacb8.zip
symfony-security-ab04c3bb1a29f12ff875844c7915140c0d8bacb8.tar.gz
symfony-security-ab04c3bb1a29f12ff875844c7915140c0d8bacb8.tar.bz2
Nsdocblocks
Diffstat (limited to 'Core/Authentication/RememberMe/TokenProviderInterface.php')
-rw-r--r--Core/Authentication/RememberMe/TokenProviderInterface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Core/Authentication/RememberMe/TokenProviderInterface.php b/Core/Authentication/RememberMe/TokenProviderInterface.php
index c8cfbd1..0c6f75e 100644
--- a/Core/Authentication/RememberMe/TokenProviderInterface.php
+++ b/Core/Authentication/RememberMe/TokenProviderInterface.php
@@ -39,9 +39,9 @@ interface TokenProviderInterface
/**
* Updates the token according to this data.
*
- * @param string $series
- * @param string $tokenValue
- * @param DateTime $lastUsed
+ * @param string $series
+ * @param string $tokenValue
+ * @param \DateTime $lastUsed
*/
public function updateToken($series, $tokenValue, \DateTime $lastUsed);