[Security] Change return value in DocBlock

Change the return value for avoid confusions.
This commit is contained in:
Maks 2012-06-19 23:27:38 +03:00
parent e78a7baeac
commit fa050b77af

View File

@ -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
*/