Completed
Push — master ( 58bdf2...4883e1 )
by Pavel
03:39
created
src/Bankiru/Api/Rpc/Command/RouterDebugCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,10 +23,10 @@
 block discarded – undo
23 23
         $this->setName('debug:rpc_router');
24 24
         $this->setDescription('Display essential info about RPC routing');
25 25
         $this->addOption('endpoint',
26
-                         'p',
27
-                         InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY,
28
-                         'Filter endpoint',
29
-                         null);
26
+                            'p',
27
+                            InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY,
28
+                            'Filter endpoint',
29
+                            null);
30 30
     }
31 31
 
32 32
     protected function execute(InputInterface $input, OutputInterface $output)
Please login to merge, or discard this patch.