Completed
Push — master ( 9bf2c0...8e94f8 )
by P.R.
08:17
created
src/Command/ConfigCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,8 @@
 block discarded – undo
28 28
   protected function configure()
29 29
   {
30 30
     $this->setName('config')
31
-         ->setDescription('Create or edit config file')
32
-         ->addArgument('config file', InputArgument::OPTIONAL, 'The audit configuration file', 'etc/audit.json');
31
+          ->setDescription('Create or edit config file')
32
+          ->addArgument('config file', InputArgument::OPTIONAL, 'The audit configuration file', 'etc/audit.json');
33 33
   }
34 34
 
35 35
   //--------------------------------------------------------------------------------------------------------------------
Please login to merge, or discard this patch.