Skip to content

Commit 7a94994

Browse files
committed
Thanks again fabbot!
1 parent 7de05be commit 7a94994

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface GuardAuthenticatorInterface extends AuthenticationEntryPointInterface
4747
public function getCredentials(Request $request);
4848

4949
/**
50-
* Return a UserInterface object based on the credentials
50+
* Return a UserInterface object based on the credentials.
5151
*
5252
* The *credentials* are the return value from getCredentials()
5353
*
@@ -64,14 +64,14 @@ public function getCredentials(Request $request);
6464
public function getUser($credentials, UserProviderInterface $userProvider);
6565

6666
/**
67-
* Throw an AuthenticationException if the credentials are invalid
67+
* Throw an AuthenticationException if the credentials are invalid.
6868
*
6969
* The *credentials* are the return value from getCredentials()
7070
*
71-
* @param mixed $credentials
71+
* @param mixed $credentials
7272
* @param UserInterface $user
73+
*
7374
* @throws AuthenticationException
74-
* @return void
7575
*/
7676
public function checkCredentials($credentials, UserInterface $user);
7777

0 commit comments

Comments
 (0)