Completed
Branch master (c0ce1f)
by Andreas
02:40
created
src/Command/DiffCommand.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -37,12 +37,12 @@
 block discarded – undo
37 37
     protected function configure()
38 38
     {
39 39
         $this->setName('diff')
40
-             ->setDescription('Shows a diff between two JUnit log files')
41
-             ->setDefinition(array(
42
-                 new InputOption('input1', '1', InputOption::VALUE_REQUIRED, 'First input file'),
43
-                 new InputOption('input2', '2', InputOption::VALUE_REQUIRED, 'Second input file')
44
-             ))
45
-             ->setHelp('');
40
+                ->setDescription('Shows a diff between two JUnit log files')
41
+                ->setDefinition(array(
42
+                    new InputOption('input1', '1', InputOption::VALUE_REQUIRED, 'First input file'),
43
+                    new InputOption('input2', '2', InputOption::VALUE_REQUIRED, 'Second input file')
44
+                ))
45
+                ->setHelp('');
46 46
     }
47 47
 
48 48
 
Please login to merge, or discard this patch.