|
@@ -100,7 +100,7 @@ final class FixCommand extends Command
|
|
new InputArgument('path', InputArgument::IS_ARRAY, 'The path.'),
|
|
new InputArgument('path', InputArgument::IS_ARRAY, 'The path.'),
|
|
new InputOption('path-mode', '', InputOption::VALUE_REQUIRED, 'Specify path mode (can be override or intersection).', 'override'),
|
|
new InputOption('path-mode', '', InputOption::VALUE_REQUIRED, 'Specify path mode (can be override or intersection).', 'override'),
|
|
new InputOption('allow-risky', '', InputOption::VALUE_REQUIRED, 'Are risky fixers allowed (can be yes or no).'),
|
|
new InputOption('allow-risky', '', InputOption::VALUE_REQUIRED, 'Are risky fixers allowed (can be yes or no).'),
|
|
- 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.'),
|
|
new InputOption('dry-run', '', InputOption::VALUE_NONE, 'Only shows which files would have been modified.'),
|
|
new InputOption('dry-run', '', InputOption::VALUE_NONE, 'Only shows which files would have been modified.'),
|
|
new InputOption('rules', '', InputOption::VALUE_REQUIRED, 'The rules.'),
|
|
new InputOption('rules', '', InputOption::VALUE_REQUIRED, 'The rules.'),
|
|
new InputOption('using-cache', '', InputOption::VALUE_REQUIRED, 'Does cache should be used (can be yes or no).'),
|
|
new InputOption('using-cache', '', InputOption::VALUE_REQUIRED, 'Does cache should be used (can be yes or no).'),
|