[Security] Fix annotation

This commit is contained in:
Jáchym Toušek 2017-06-08 15:38:34 +02:00 committed by GitHub
parent ccb6543839
commit 8a4d4eb563
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class UsernamePasswordToken extends AbstractToken
* Constructor.
*
* @param string|object $user The username (like a nickname, email address, etc.), or a UserInterface instance or an object implementing a __toString method
* @param string $credentials This usually is the password of the user
* @param mixed $credentials This usually is the password of the user
* @param string $providerKey The provider key
* @param (RoleInterface|string)[] $roles An array of roles
*