@@ -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', |
@@ -12,9 +12,9 @@ |
||
12 | 12 | */ |
13 | 13 | class PHPFinder extends Finder |
14 | 14 | { |
15 | - /** |
|
16 | - * @param InputInterface $input |
|
17 | - */ |
|
15 | + /** |
|
16 | + * @param InputInterface $input |
|
17 | + */ |
|
18 | 18 | public function __construct(InputInterface $input) |
19 | 19 | { |
20 | 20 | parent::__construct(); |