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
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
You can’t perform that action at this time.
0 commit comments