diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2016-06-28 07:50:50 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2016-06-28 08:24:06 +0200 |
commit | b583bf8ede8938a8ec5593da5da544fc4a8a73d9 (patch) | |
tree | 7dbb57554c99da1277a0cc3b2a6ff292010a970e /Core/Authentication/Token/UsernamePasswordToken.php | |
parent | 3d7eddb2727c61df81ba74e641a3f21e63887068 (diff) | |
download | symfony-security-b583bf8ede8938a8ec5593da5da544fc4a8a73d9.zip symfony-security-b583bf8ede8938a8ec5593da5da544fc4a8a73d9.tar.gz symfony-security-b583bf8ede8938a8ec5593da5da544fc4a8a73d9.tar.bz2 |
removed dots at the end of @param and @returnv2.7.15
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 9248136..33b00f0 100644 --- a/Core/Authentication/Token/UsernamePasswordToken.php +++ b/Core/Authentication/Token/UsernamePasswordToken.php @@ -26,7 +26,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|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 |