Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1fbf75

Browse files
committed
minor #40181 [PasswordHasher] Fix: Typo (localheinz)
This PR was merged into the 5.3-dev branch. Discussion ---------- [PasswordHasher] Fix: Typo | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | n/a | License | MIT | Doc PR | n/a This pull request * [x] fixes a typo Commits ------- 3fbf7e9 Fix: Typo
2 parents 163df1e + 3fbf7e9 commit d1fbf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected function configure()
6161
->addOption('empty-salt', null, InputOption::VALUE_NONE, 'Do not generate a salt or let the hasher generate one.')
6262
->setHelp(<<<EOF
6363
64-
The <info>%command.name%</info> command hashs passwords according to your
64+
The <info>%command.name%</info> command hashes passwords according to your
6565
security configuration. This command is mainly used to generate passwords for
6666
the <comment>in_memory</comment> user provider type and for changing passwords
6767
in the database while developing the application.

0 commit comments

Comments
 (0)