@@ -33,22 +33,22 @@ |
||
| 33 | 33 | 'Path to file or directory to lint' |
| 34 | 34 | ) |
| 35 | 35 | ->addOption( |
| 36 | - 'exclude', |
|
| 37 | - null, |
|
| 38 | - InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
|
| 39 | - 'Path to file or directory to exclude from linting' |
|
| 36 | + 'exclude', |
|
| 37 | + null, |
|
| 38 | + InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
|
| 39 | + 'Path to file or directory to exclude from linting' |
|
| 40 | 40 | ) |
| 41 | 41 | ->addOption( |
| 42 | - 'extensions', |
|
| 43 | - null, |
|
| 44 | - InputOption::VALUE_REQUIRED, |
|
| 45 | - 'Check only files with selected extensions (default: php)' |
|
| 42 | + 'extensions', |
|
| 43 | + null, |
|
| 44 | + InputOption::VALUE_REQUIRED, |
|
| 45 | + 'Check only files with selected extensions (default: php)' |
|
| 46 | 46 | ) |
| 47 | 47 | ->addOption( |
| 48 | - 'jobs', |
|
| 49 | - 'j', |
|
| 50 | - InputOption::VALUE_REQUIRED, |
|
| 51 | - 'Number of parraled jobs to run (default: 5)' |
|
| 48 | + 'jobs', |
|
| 49 | + 'j', |
|
| 50 | + InputOption::VALUE_REQUIRED, |
|
| 51 | + 'Number of parraled jobs to run (default: 5)' |
|
| 52 | 52 | ); |
| 53 | 53 | } |
| 54 | 54 | |