From 4fd24a0fe959cc709462f70cccef94f5a4e7854e Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 10 Dec 2015 14:17:48 +0100 Subject: [PATCH] Added @return to checkCredentials() --- .../Component/Security/Guard/GuardAuthenticatorInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php b/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php index 6e62ae6592..947594cecf 100644 --- a/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php +++ b/src/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php @@ -83,6 +83,8 @@ interface GuardAuthenticatorInterface extends AuthenticationEntryPointInterface * * @param mixed $credentials * @param UserInterface $user + * + * @return bool * * @throws AuthenticationException */