Completed
Push — master ( 2d26f1...4cd382 )
by Carlos
03:44
created
src/Command/LintCommand.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -33,22 +33,22 @@
 block discarded – undo
33 33
                 'Path to file or directory to lint'
34 34
             )
35 35
             ->addOption(
36
-               'exclude',
37
-               null,
38
-               InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
39
-               'Path to file or directory to exclude from linting'
36
+                'exclude',
37
+                null,
38
+                InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
39
+                'Path to file or directory to exclude from linting'
40 40
             )
41 41
             ->addOption(
42
-               'extensions',
43
-               null,
44
-               InputOption::VALUE_REQUIRED,
45
-               'Check only files with selected extensions (default: php)'
42
+                'extensions',
43
+                null,
44
+                InputOption::VALUE_REQUIRED,
45
+                'Check only files with selected extensions (default: php)'
46 46
             )
47 47
             ->addOption(
48
-               'jobs',
49
-               'j',
50
-               InputOption::VALUE_REQUIRED,
51
-               'Number of parraled jobs to run (default: 5)'
48
+                'jobs',
49
+                'j',
50
+                InputOption::VALUE_REQUIRED,
51
+                'Number of parraled jobs to run (default: 5)'
52 52
             );
53 53
     }
54 54
 
Please login to merge, or discard this patch.