Skip to content

Commit

Permalink
Update src/Console/Command/ListFilesCommand.php
Browse files Browse the repository at this point in the history
Co-authored-by: Dariusz Rumiński <dariusz.ruminski@gmail.com>
  • Loading branch information
clxmstaab and keradus committed Apr 15, 2021
1 parent 78eaee3 commit 3958061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/ListFilesCommand.php
Expand Up @@ -58,7 +58,7 @@ protected function configure()
$this
->setDefinition(
[
new InputOption('config', '', InputOption::VALUE_REQUIRED, 'The path to a .php_cs file.'),
new InputOption('config', '', InputOption::VALUE_REQUIRED, 'The path to a .php-cs-fixer.php file.'),
]
)
->setDescription('List all files beeing fixed by the given config.')
Expand Down

0 comments on commit 3958061

Please sign in to comment.