Skip to content

Commit 1a69306

Browse files
committed
Fix: Article
1 parent 9840cd2 commit 1a69306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RememberMe/RememberMeServicesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function loginFail(Request $request, \Exception $exception = null);
6666
* although this is not recommended.
6767
*
6868
* Instead, implementations should typically look for a request parameter
69-
* (such as a HTTP POST parameter) that indicates the browser has explicitly
69+
* (such as an HTTP POST parameter) that indicates the browser has explicitly
7070
* requested for the authentication to be remembered.
7171
*/
7272
public function loginSuccess(Request $request, Response $response, TokenInterface $token);

SecurityEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class SecurityEvents
1818
* into your website. It is important to distinguish this action from
1919
* non-interactive authentication methods, such as:
2020
* - authentication based on your session.
21-
* - authentication using a HTTP basic or HTTP digest header.
21+
* - authentication using an HTTP basic or HTTP digest header.
2222
*
2323
* @Event("Symfony\Component\Security\Http\Event\InteractiveLoginEvent")
2424
*/

0 commit comments

Comments
 (0)