@@ -64,16 +64,16 @@ |
||
64 | 64 | 'Exclude a directory from code analysis (must be relative to source)' |
65 | 65 | ) |
66 | 66 | ->addOption( |
67 | - 'exclude-path', |
|
68 | - null, |
|
69 | - InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
|
70 | - 'Exclude a path from code analysis (must be relative to source)' |
|
67 | + 'exclude-path', |
|
68 | + null, |
|
69 | + InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
|
70 | + 'Exclude a path from code analysis (must be relative to source)' |
|
71 | 71 | ) |
72 | 72 | ->addOption( |
73 | - 'exclude-file', |
|
74 | - null, |
|
75 | - InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
|
76 | - 'Exclude a file from code analysis (must be relative to source)' |
|
73 | + 'exclude-file', |
|
74 | + null, |
|
75 | + InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, |
|
76 | + 'Exclude a file from code analysis (must be relative to source)' |
|
77 | 77 | ) |
78 | 78 | ->addOption( |
79 | 79 | 'progress', |