Skip to content

Commit e1455df

Browse files
jrushlowfabpot
authored andcommitted
improve PlaintextPasswordEncoder docBlock summary
1 parent fa04312 commit e1455df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Encoder/PlaintextPasswordEncoder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
use Symfony\Component\Security\Core\Exception\BadCredentialsException;
1515

1616
/**
17-
* PlaintextPasswordEncoder does not do any encoding.
17+
* PlaintextPasswordEncoder does not do any encoding but is useful in testing environments.
18+
*
19+
* As this encoder is not cryptographically secure, usage of it in production environments is not recommended.
1820
*
1921
* @author Fabien Potencier <fabien@symfony.com>
2022
*/

0 commit comments

Comments
 (0)