sugared-rim/php-cs-fixer

View on GitHub
src/Console/Command/FixCommand.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 142 characters
Open

            new InputOption('path-mode', '', InputOption::VALUE_REQUIRED, 'Specify path mode (can be override or intersection).', 'override'),

Line exceeds 120 characters; contains 135 characters
Open

            new InputOption('diff', '', InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, 'Also produce diff for each file.'),

Line exceeds 120 characters; contains 137 characters
Open

            new InputOption('namespace', null, InputOption::VALUE_REQUIRED, 'composer.json/extra namespace', 'sugared-rim/php-cs-fixer'),

Line exceeds 120 characters; contains 154 characters
Open

            new InputOption('dry-run', '', InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, 'Only shows which files would have been modified.'),

Line exceeds 120 characters; contains 125 characters
Open

            new InputOption('using-cache', '', InputOption::VALUE_REQUIRED, 'Does cache should be used (can be yes or no).'),

Line exceeds 120 characters; contains 160 characters
Open

            new InputOption('show-progress', '', InputOption::VALUE_REQUIRED, 'Type of progress indicator (none, run-in, estimating, estimating-max or dots).'),

Line exceeds 120 characters; contains 124 characters
Open

            new InputOption('allow-risky', '', InputOption::VALUE_REQUIRED, 'Are risky fixers allowed (can be yes or no).'),

There are no issues that match your filters.

Category
Status