From 6c66020b623a0e37c110fc8d063e733fed2e1b04 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Mon, 22 Nov 2021 09:44:52 -0500 Subject: [PATCH] Update symfony/security-bundle/5.3/config/packages/security.yaml Co-authored-by: Robin Chalas --- symfony/security-bundle/5.3/config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/security-bundle/5.3/config/packages/security.yaml b/symfony/security-bundle/5.3/config/packages/security.yaml index edc559d8..789a9ac1 100644 --- a/symfony/security-bundle/5.3/config/packages/security.yaml +++ b/symfony/security-bundle/5.3/config/packages/security.yaml @@ -29,7 +29,7 @@ security: when@test: security: password_hashers: - # By default, password encoders are resource intensive and take time. This is + # By default, password hashers are resource intensive and take time. This is # important to generate secure password hashes. In tests however, secure hashes # are not important, waste resources and increase test times. The following # reduces the work factor to the lowest possible values.