@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use PhpParser\NodeTraverser; |
| 6 | 6 | use PhpParser\ParserFactory; |
| 7 | 7 | use Povils\PHPMND\Console\Option; |
| 8 | -use Povils\PHPMND\Extension\DefaultExtension; |
|
| 9 | -use Povils\PHPMND\Extension\Extension; |
|
| 10 | 8 | use Povils\PHPMND\Visitor\DetectorVisitor; |
| 11 | 9 | use Povils\PHPMND\Visitor\ParentConnectorVisitor; |
| 12 | 10 | use Symfony\Component\Finder\SplFileInfo; |
@@ -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(); |