Added @return to checkCredentials()

This commit is contained in:
Alexander M. Turek 2015-12-10 14:17:48 +01:00
parent 7ed176f91c
commit 4fd24a0fe9

View File

@ -84,6 +84,8 @@ interface GuardAuthenticatorInterface extends AuthenticationEntryPointInterface
* @param mixed $credentials
* @param UserInterface $user
*
* @return bool
*
* @throws AuthenticationException
*/
public function checkCredentials($credentials, UserInterface $user);