8000 improve PlaintextPasswordEncoder docBlock summary · simPod/symfony@a56d262 · GitHub
[go: up one dir, main page]

Skip to content

Commit a56d262

Browse files
jrushlowfabpot
authored andcommitted
improve PlaintextPasswordEncoder docBlock summary
1 parent 3a8da96 commit a56d262

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php

Lines changed: 3 additions & 1 deletion
21
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
*
19
* @author Fabien Potencier <fabien@symfony.com>
2022
*/

0 commit comments

Comments
 (0)
0