Completed
Push — master ( 80e961...950ff2 )
by Malte
04:09
created
src/AppBundle/ConsolidateUsedFiles/Command.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
     protected function configure()
35 35
     {
36 36
         $this->setName('consolidate-used-files')
37
-             ->setDescription('Consolidate the list of unused PHP files to improve performance of later commands and readability for human readers.')
38
-             ->addArgument(self::ARGUMENT_USED_FILES, InputArgument::REQUIRED, 'Path to the list of used files.');
37
+                ->setDescription('Consolidate the list of unused PHP files to improve performance of later commands and readability for human readers.')
38
+                ->addArgument(self::ARGUMENT_USED_FILES, InputArgument::REQUIRED, 'Path to the list of used files.');
39 39
     }
40 40
 
41 41
     /**
Please login to merge, or discard this patch.