summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaks <github.maks3w@virtualplanets.net>2012-06-19 23:27:38 +0300
committerMaks <github.maks3w@virtualplanets.net>2012-06-19 23:27:38 +0300
commit64f260864f10ed1dd1e8d711ce8143d21c3318e1 (patch)
tree8a3fae85be4fee001898d1b4b97d77bff528479a
parented6dd939533f929a14c629a91770879c00997600 (diff)
downloadsymfony-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.php2
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
*/