Completed
Push — master ( efd42a...575f81 )
by Hannes
02:14
created
src/Command/TestCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -26,10 +26,10 @@
 block discarded – undo
26 26
                 ['README.md']
27 27
             )
28 28
             ->addOption(
29
-               'format',
30
-               'f',
31
-               InputOption::VALUE_REQUIRED,
32
-               'Force input file format'
29
+                'format',
30
+                'f',
31
+                InputOption::VALUE_REQUIRED,
32
+                'Force input file format'
33 33
             )
34 34
         ;
35 35
     }
Please login to merge, or discard this patch.