File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Security/Guard Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ interface GuardAuthenticatorInterface extends AuthenticationEntryPointInterface
47
47
public function getCredentials (Request $ request );
48
48
49
49
/**
50
- * Return a UserInterface object based on the credentials
50
+ * Return a UserInterface object based on the credentials.
51
51
*
52
52
* The *credentials* are the return value from getCredentials()
53
53
*
@@ -64,14 +64,14 @@ public function getCredentials(Request $request);
64
64
public function getUser ($ credentials , UserProviderInterface $ userProvider );
65
65
66
66
/**
67
- * Throw an AuthenticationException if the credentials are invalid
67
+ * Throw an AuthenticationException if the credentials are invalid.
68
68
*
69
69
* The *credentials* are the return value from getCredentials()
70
70
*
71
- * @param mixed $credentials
71
+ * @param mixed $credentials
72
72
* @param UserInterface $user
73
+ *
73
74
* @throws AuthenticationException
74
- * @return void
75
75
*/
76
76
public function checkCredentials ($ credentials , UserInterface $ user );
77
77
You can’t perform that action at this time.
0 commit comments