Completed
Push — master ( 651fd6...ce8064 )
by Sébastien
04:02
created
src/PjbServer/Tools/Console/Command/PjbServerRevealCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,16 +26,16 @@
 block discarded – undo
26 26
     protected function configure()
27 27
     {
28 28
         $this->setName('pjbserver:reveal')
29
-             ->setDescription(
30
-                 'Print the underlying java cli command'
31
-               )
29
+                ->setDescription(
30
+                    'Print the underlying java cli command'
31
+                )
32 32
             ->addArgument(
33 33
                 'config-file',
34 34
                 InputArgument::REQUIRED,
35 35
                 'Configuration file, see ./dist/pjbserver.config.php.dist'
36 36
             )
37 37
 
38
-             ->setHelp(<<<EOT
38
+                ->setHelp(<<<EOT
39 39
 Echo the underlying cli command (call to java) that will be called.
40 40
 EOT
41 41
         );
Please login to merge, or discard this patch.