mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Remove excessive white space at the end of a line (#1467)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user