summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/RememberMe/PersistentToken.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authentication/RememberMe/PersistentToken.php')
-rw-r--r--Core/Authentication/RememberMe/PersistentToken.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/Core/Authentication/RememberMe/PersistentToken.php b/Core/Authentication/RememberMe/PersistentToken.php
index a31c878..88b0413 100644
--- a/Core/Authentication/RememberMe/PersistentToken.php
+++ b/Core/Authentication/RememberMe/PersistentToken.php
@@ -27,11 +27,11 @@ final class PersistentToken implements PersistentTokenInterface
/**
* Constructor
*
- * @param string $class
- * @param string $username
- * @param string $series
- * @param string $tokenValue
- * @param DateTime $lastUsed
+ * @param string $class
+ * @param string $username
+ * @param string $series
+ * @param string $tokenValue
+ * @param \DateTime $lastUsed
*/
public function __construct($class, $username, $series, $tokenValue, \DateTime $lastUsed)
{