Skip to content

Commit fb95cab

Browse files
authored
[Security] Fix annotation
1 parent 7eeb407 commit fb95cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication/Token/UsernamePasswordToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class UsernamePasswordToken extends AbstractToken
2727
* Constructor.
2828
*
2929
* @param string|object $user The username (like a nickname, email address, etc.), or a UserInterface instance or an object implementing a __toString method
30-
* @param string $credentials This usually is the password of the user
30+
* @param mixed $credentials This usually is the password of the user
3131
* @param string $providerKey The provider key
3232
* @param (RoleInterface|string)[] $roles An array of roles
3333
*

0 commit comments

Comments
 (0)