Skip to content

Commit e8565b1

Browse files
committed
minor #23107 [Security] Fix annotation (enumag)
This PR was merged into the 2.7 branch. Discussion ---------- [Security] Fix annotation | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 8a4d4eb563 [Security] Fix annotation
2 parents 16ec1c0 + fb95cab commit e8565b1

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)