summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
Diffstat (limited to 'Http')
-rw-r--r--Http/RememberMe/TokenBasedRememberMeServices.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/Http/RememberMe/TokenBasedRememberMeServices.php b/Http/RememberMe/TokenBasedRememberMeServices.php
index da5479d..e26ba78 100644
--- a/Http/RememberMe/TokenBasedRememberMeServices.php
+++ b/Http/RememberMe/TokenBasedRememberMeServices.php
@@ -117,13 +117,15 @@ class TokenBasedRememberMeServices extends RememberMeServices
}
/**
- * Generates the cookie value
+ * Generates the cookie value.
+ *
+ * @param string $class
+ * @param string $username The username
+ * @param integer $expires The unixtime when the cookie expires
+ * @param string $password The encoded password
*
- * @param strign $class
- * @param string $username The username
- * @param integer $expires The unixtime when the cookie expires
- * @param string $password The encoded password
* @throws \RuntimeException if username contains invalid chars
+ *
* @return string
*/
protected function generateCookieValue($class, $username, $expires, $password)