Skip to content

Commit 36f6e92

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: fixed a typo fixed CS for lambdas [Yaml] fixed some license headers Fixes message value for objects Check for hour, minute & second validity fixed various typos [Filesystem] Fixed mirror for symlinks [Validator] Removed duplicated test for IBAN in data provider Conflicts: src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php src/Symfony/Component/Console/Application.php src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php src/Symfony/Component/Filesystem/Tests/FilesystemTest.php src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
2 parents d96ce0c + 9609d63 commit 36f6e92

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)