Skip to content

Commit 9609d63

Browse files
committed
fixed various typos
1 parent 725ec05 commit 9609d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RememberMe/TokenBasedRememberMeServices.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected function onLoginSuccess(Request $request, Response $response, TokenInt
116116
*
117117
* @param string $class
118118
* @param string $username The username
119-
* @param integer $expires The unixtime when the cookie expires
119+
* @param integer $expires The Unix timestamp when the cookie expires
120120
* @param string $password The encoded password
121121
*
122122
* @throws \RuntimeException if username contains invalid chars
@@ -138,7 +138,7 @@ protected function generateCookieValue($class, $username, $expires, $password)
138138
*
139139
* @param string $class
140140
* @param string $username The username
141-
* @param integer $expires The unixtime when the cookie expires
141+
* @param integer $expires The Unix timestamp when the cookie expires
142142
* @param string $password The encoded password
143143
*
144144
* @throws \RuntimeException when the private key is empty

0 commit comments

Comments
 (0)