Skip to content

Commit

Permalink
Fix FormatCommand paths description
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Mar 29, 2023
1 parent bdfe1f9 commit 37f3f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/Formatter/Infrastructure/Command/FormatCommand.php
Expand Up @@ -27,7 +27,7 @@ protected function configure(): void
->addArgument(
'paths',
InputArgument::IS_ARRAY,
'The file paths that you want to format. The default value is ["src", "test"].',
'The file paths that you want to format.',
$this->getConfig()->getFormatDirs(),
);
}
Expand Down

0 comments on commit 37f3f99

Please sign in to comment.