@@ -47,12 +47,12 @@ |
||
47 | 47 | protected function configure() |
48 | 48 | { |
49 | 49 | $this->setName('compare') |
50 | - ->setDescription('Compares two JUnit log files') |
|
51 | - ->setDefinition(array( |
|
52 | - new InputArgument('base', InputArgument::REQUIRED, 'Base file for the comparison'), |
|
53 | - new InputArgument('current', InputArgument::REQUIRED, 'Current file to compare against the base file') |
|
54 | - )) |
|
55 | - ->setHelp(''); |
|
50 | + ->setDescription('Compares two JUnit log files') |
|
51 | + ->setDefinition(array( |
|
52 | + new InputArgument('base', InputArgument::REQUIRED, 'Base file for the comparison'), |
|
53 | + new InputArgument('current', InputArgument::REQUIRED, 'Current file to compare against the base file') |
|
54 | + )) |
|
55 | + ->setHelp(''); |
|
56 | 56 | } |
57 | 57 | |
58 | 58 |