diff options
Diffstat (limited to 'Core/Authentication/RememberMe/PersistentToken.php')
-rw-r--r-- | Core/Authentication/RememberMe/PersistentToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/RememberMe/PersistentToken.php b/Core/Authentication/RememberMe/PersistentToken.php index 5df71ec..92fcb4f 100644 --- a/Core/Authentication/RememberMe/PersistentToken.php +++ b/Core/Authentication/RememberMe/PersistentToken.php @@ -25,7 +25,7 @@ final class PersistentToken implements PersistentTokenInterface private $lastUsed; /** - * Constructor + * Constructor. * * @param string $class * @param string $username |