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