From 622facfe94e347e31b46e2d86297a1c1ca74cbc3 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 5 Mar 2020 12:34:29 +0100 Subject: [PATCH] Tweak message --- .../Security/Core/Encoder/PlaintextPasswordEncoder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php b/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php index 9e6c7570d8..e2c127aa53 100644 --- a/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php +++ b/src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php @@ -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 */