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

Skip to content

Commit 255f155

Browse files
committed
fixed command descriptions
1 parent a06b229 commit 255f155

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Command/FixRecipesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function configure()
3434
{
3535
$this->setName('symfony:fix-recipes')
3636
->setAliases(['fix-recipes'])
37-
->setDescription('Install missing recipes.')
37+
->setDescription('Installs missing recipes.')
3838
;
3939
}
4040

src/Command/GenerateIdCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(/* cannot be type-hinted */ $flex)
2929
protected function configure()
3030
{
3131
$this->setName('symfony:generate-id')
32-
->setDescription('Generate a unique ID for this project.')
32+
->setDescription('Generates a unique ID for this project.')
3333
;
3434
}
3535

src/Command/UnpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function configure()
3939
{
4040
$this->setName('symfony:unpack')
4141
->setAliases(['unpack'])
42-
->setDescription('Unpack a Symfony pack.')
42+
->setDescription('Unpacks a Symfony pack.')
4343
->setDefinition([
4444
new InputArgument('packages', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'Installed packages to unpack.'),
4545
new InputOption('sort-packages', null, InputOption::VALUE_NONE, 'Sorts packages'),

0 commit comments

Comments
 (0)