diff options
author | Christian Flothmann <christian.flothmann@sensiolabs.de> | 2016-12-06 21:51:50 +0100 |
---|---|---|
committer | Christian Flothmann <christian.flothmann@sensiolabs.de> | 2016-12-06 21:51:50 +0100 |
commit | 457ab5ad8b4e2f4bb1db7ed3b967ce55f4e9a0ae (patch) | |
tree | 3c61bba3abaa4249ceb79249d78c8fb5e70246d9 /Core/Authentication/Token/UsernamePasswordToken.php | |
parent | 901685da5bc137f4a4c37d2c96008d402df481fb (diff) | |
download | symfony-security-457ab5ad8b4e2f4bb1db7ed3b967ce55f4e9a0ae.zip symfony-security-457ab5ad8b4e2f4bb1db7ed3b967ce55f4e9a0ae.tar.gz symfony-security-457ab5ad8b4e2f4bb1db7ed3b967ce55f4e9a0ae.tar.bz2 |
fix the docblock in regard to the role argumentv2.7.22
Diffstat (limited to 'Core/Authentication/Token/UsernamePasswordToken.php')
-rw-r--r-- | Core/Authentication/Token/UsernamePasswordToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Token/UsernamePasswordToken.php b/Core/Authentication/Token/UsernamePasswordToken.php index 33b00f0..71d19ad 100644 --- a/Core/Authentication/Token/UsernamePasswordToken.php +++ b/Core/Authentication/Token/UsernamePasswordToken.php @@ -29,7 +29,7 @@ class UsernamePasswordToken extends AbstractToken * @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 string $providerKey The provider key - * @param RoleInterface[]|string[] $roles An array of roles + * @param (RoleInterface|string)[] $roles An array of roles * * @throws \InvalidArgumentException */ |