Skip to content

Commit df07579

Browse files
Remove excessive white space at the end of a line (#1467)
1 parent 645e85e commit df07579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/security-bundle/7.4/config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ when@test:
3030
security:
3131
password_hashers:
3232
# Password hashers are resource-intensive by design to ensure security.
33-
# In tests, it's safe to reduce their cost to improve performance.
33+
# In tests, it's safe to reduce their cost to improve performance.
3434
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface:
3535
algorithm: auto
3636
cost: 4 # Lowest possible value for bcrypt

0 commit comments

Comments
 (0)