diff options
author | Alexander M. Turek <me@derrabus.de> | 2015-12-10 14:17:48 +0100 |
---|---|---|
committer | Alexander M. Turek <me@derrabus.de> | 2015-12-10 14:17:48 +0100 |
commit | 898c93e3d4c320e06860fd0a77330528c0fd84bb (patch) | |
tree | 594e286b35def4bb343363aec1fe7bfdc8722b20 | |
parent | 7b3d93b6d35550a6998f3c74263fa8e23bfeb1e0 (diff) | |
download | symfony-security-898c93e3d4c320e06860fd0a77330528c0fd84bb.zip symfony-security-898c93e3d4c320e06860fd0a77330528c0fd84bb.tar.gz symfony-security-898c93e3d4c320e06860fd0a77330528c0fd84bb.tar.bz2 |
Added @return to checkCredentials()
-rw-r--r-- | Guard/GuardAuthenticatorInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Guard/GuardAuthenticatorInterface.php b/Guard/GuardAuthenticatorInterface.php index 6e62ae6..947594c 100644 --- a/Guard/GuardAuthenticatorInterface.php +++ b/Guard/GuardAuthenticatorInterface.php @@ -83,6 +83,8 @@ interface GuardAuthenticatorInterface extends AuthenticationEntryPointInterface * * @param mixed $credentials * @param UserInterface $user + * + * @return bool * * @throws AuthenticationException */ |