Tweak message

This commit is contained in:
Fabien Potencier 2020-03-05 12:34:29 +01:00
parent a56d262639
commit 622facfe94
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Symfony\Component\Security\Core\Exception\BadCredentialsException;
/**
* PlaintextPasswordEncoder does not do any encoding but is useful in testing environments.
*
* As this encoder is not cryptographically secure, usage of it in production environments is not recommended.
* As this encoder is not cryptographically secure, usage of it in production environments is discouraged.
*
* @author Fabien Potencier <fabien@symfony.com>
*/