From df07579251994731d729187b523b0e523e9e93c9 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 4 Nov 2025 13:30:55 +0100 Subject: [PATCH] Remove excessive white space at the end of a line (#1467) --- symfony/security-bundle/7.4/config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/security-bundle/7.4/config/packages/security.yaml b/symfony/security-bundle/7.4/config/packages/security.yaml index eee5ac9b..aca0c7c4 100644 --- a/symfony/security-bundle/7.4/config/packages/security.yaml +++ b/symfony/security-bundle/7.4/config/packages/security.yaml @@ -30,7 +30,7 @@ when@test: security: password_hashers: # Password hashers are resource-intensive by design to ensure security. - # In tests, it's safe to reduce their cost to improve performance. + # In tests, it's safe to reduce their cost to improve performance. Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: algorithm: auto cost: 4 # Lowest possible value for bcrypt