Skip to content

Commit c880bab

Browse files
committed
minor #17447 Remove useless comma (ffouillet)
This PR was submitted for the 6.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Remove useless comma Removed an useless comma. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- fbae2e4 Update security.rst
2 parents dfc2982 + fbae2e4 commit c880bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ from the `MakerBundle`_:
226226
}
227227
228228
/**
229-
* Returning a salt is only needed, if you are not using a modern
229+
* Returning a salt is only needed if you are not using a modern
230230
* hashing algorithm (e.g. bcrypt or sodium) in your security.yaml.
231231
*
232232
* @see UserInterface

0 commit comments

Comments
 (0)