8000 [Security] Change return value in DocBlock · lauris/symfony@fa050b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa050b7

Browse files
committed
[Security] Change return value in DocBlock
Change the return value for avoid confusions.
1 parent e78a7ba commit fa050b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function supports(TokenInterface $token)
101101
* @param string $username The username to retrieve
102102
* @param UsernamePasswordToken $token The Token
103103
*
104-
* @return array The user
104+
* @return UserInterface The user
105105
*
106106
* @throws AuthenticationException if the credentials could not be validated
107107
*/

0 commit comments

Comments
 (0)
0