Skip to content

Commit 688c453

Browse files
committed
Fix #36973: Command description consistency
1 parent 55a84ce commit 688c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/UserPasswordEncoderCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(EncoderFactoryInterface $encoderFactory, array $user
5252
protected function configure()
5353
{
5454
$this
55-
->setDescription('Encodes a password.')
55+
->setDescription('Encode a password.')
5656
->addArgument('password', InputArgument::OPTIONAL, 'The plain password to encode.')
5757
->addArgument('user-class', InputArgument::OPTIONAL, 'The User entity class path associated with the encoder used to encode the password.')
5858
->addOption('empty-salt', null, InputOption::VALUE_NONE, 'Do not generate a salt or let the encoder generate one.')

0 commit comments

Comments
 (0)