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

Commit 6a0bc2f

Browse files
erge branch '3.1'
* 3.1: Remove trailing space CS fixes Remove trailing space CS: apply rules [Yaml] Clean some messages + add test case [Console] simplified code [Form] Fix UrlType transforms valid protocols [SecurityBundle] Changed encoder configuration example to bcrypt
2 parents 140f8dd + bf1abf4 commit 6a0bc2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guard/GuardAuthenticatorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface GuardAuthenticatorInterface extends AuthenticationEntryPointInterface
3939
* Whatever value you return here will be passed to getUser() and checkCredentials()
4040
*
4141
* For example, for a form login, you might:
42-
*
42+
*
4343
* if ($request->request->has('_username')) {
4444
* return array(
4545
* 'username' => $request->request->get('_username'),
@@ -87,7 +87,7 @@ public function getUser($credentials, UserProviderInterface $userProvider);
8787
*
8888
* @param mixed $credentials
8989
* @param UserInterface $user
90-
*
90+
*
9191
* @return bool
9292
*
9393
* @throws AuthenticationException

0 commit comments

Comments
 (0)