diff options
author | Maks <github.maks3w@virtualplanets.net> | 2012-06-19 23:27:38 +0300 |
---|---|---|
committer | Maks <github.maks3w@virtualplanets.net> | 2012-06-19 23:27:38 +0300 |
commit | 64f260864f10ed1dd1e8d711ce8143d21c3318e1 (patch) | |
tree | 8a3fae85be4fee001898d1b4b97d77bff528479a | |
parent | ed6dd939533f929a14c629a91770879c00997600 (diff) | |
download | symfony-security-64f260864f10ed1dd1e8d711ce8143d21c3318e1.zip symfony-security-64f260864f10ed1dd1e8d711ce8143d21c3318e1.tar.gz symfony-security-64f260864f10ed1dd1e8d711ce8143d21c3318e1.tar.bz2 |
[Security] Change return value in DocBlock
Change the return value for avoid confusions.
-rw-r--r-- | Core/Authentication/Provider/UserAuthenticationProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Provider/UserAuthenticationProvider.php b/Core/Authentication/Provider/UserAuthenticationProvider.php index ce78df6..23aa816 100644 --- a/Core/Authentication/Provider/UserAuthenticationProvider.php +++ b/Core/Authentication/Provider/UserAuthenticationProvider.php @@ -101,7 +101,7 @@ abstract class UserAuthenticationProvider implements AuthenticationProviderInter * @param string $username The username to retrieve * @param UsernamePasswordToken $token The Token * - * @return array The user + * @return UserInterface The user * * @throws AuthenticationException if the credentials could not be validated */ |