Completed
Push — develop ( 27dcf1...609d31 )
by Tom
09:41 queued 04:06
created
_ApplicationTest/Modules/test_dummy_module/src/TestModule/FooCommand.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -10,17 +10,17 @@
 block discarded – undo
10 10
 {
11 11
     protected function configure()
12 12
     {
13
-      $this
14
-          ->setName('testmodule:foo')
15
-          ->setDescription('Test command registered in a module')
16
-      ;
13
+        $this
14
+            ->setName('testmodule:foo')
15
+            ->setDescription('Test command registered in a module')
16
+        ;
17 17
     }
18 18
 
19
-   /**
20
-    * @param \Symfony\Component\Console\Input\InputInterface $input
21
-    * @param \Symfony\Component\Console\Output\OutputInterface $output
22
-    * @return int|void
23
-    */
19
+    /**
20
+     * @param \Symfony\Component\Console\Input\InputInterface $input
21
+     * @param \Symfony\Component\Console\Output\OutputInterface $output
22
+     * @return int|void
23
+     */
24 24
     protected function execute(InputInterface $input, OutputInterface $output)
25 25
     {
26 26
         $this->detectMagento($output);
Please login to merge, or discard this patch.