Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 8a7c037

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: bumped Symfony version to 2.3.29 updated VERSION for 2.3.28 update CONTRIBUTORS for 2.3.28 updated CHANGELOG for 2.3.28 PhpDoc fix in AbstractRememberMeServices Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
2 parents 588fe27 + 4bc570e commit 8a7c037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/RememberMe/AbstractRememberMeServices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ final public function loginSuccess(Request $request, Response $response, TokenIn
217217
* @param array $cookieParts
218218
* @param Request $request
219219
*
220-
* @return TokenInterface
220+
* @return UserInterface
221221
*/
222222
abstract protected function processAutoLoginCookie(array $cookieParts, Request $request);
223223

0 commit comments

Comments
 (0)