src/Console/Command/FixCommand.php
Line exceeds 120 characters; contains 142 characters Open
Open
new InputOption('path-mode', '', InputOption::VALUE_REQUIRED, 'Specify path mode (can be override or intersection).', 'override'),
- Exclude checks
Line exceeds 120 characters; contains 135 characters Open
Open
new InputOption('diff', '', InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, 'Also produce diff for each file.'),
- Exclude checks
Line exceeds 120 characters; contains 137 characters Open
Open
new InputOption('namespace', null, InputOption::VALUE_REQUIRED, 'composer.json/extra namespace', 'sugared-rim/php-cs-fixer'),
- Exclude checks
Line exceeds 120 characters; contains 154 characters Open
Open
new InputOption('dry-run', '', InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, 'Only shows which files would have been modified.'),
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
new InputOption('using-cache', '', InputOption::VALUE_REQUIRED, 'Does cache should be used (can be yes or no).'),
- Exclude checks
Line exceeds 120 characters; contains 160 characters Open
Open
new InputOption('show-progress', '', InputOption::VALUE_REQUIRED, 'Type of progress indicator (none, run-in, estimating, estimating-max or dots).'),
- Exclude checks
Line exceeds 120 characters; contains 124 characters Open
Open
new InputOption('allow-risky', '', InputOption::VALUE_REQUIRED, 'Are risky fixers allowed (can be yes or no).'),
- Exclude checks