Completed
Pull Request — master (#1)
by Lusseau
03:10
created
src/Metfan/RabbitSetup/Command/ValidateExpertCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,8 @@
 block discarded – undo
40 40
     protected function execute(InputInterface $input, OutputInterface $output)
41 41
     {
42 42
         /**
43
-        * set context inside container
44
-        */
43
+         * set context inside container
44
+         */
45 45
         $this->container->register(new LoggerProvider($output));
46 46
 
47 47
         $parser = new ParseExpertConfig();
Please login to merge, or discard this patch.