Completed
Pull Request — master (#1)
by Thomas
06:51
created
src/Command/SetupDrupal.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -20,27 +20,27 @@  discard block
 block discarded – undo
20 20
     protected function configure()
21 21
     {
22 22
         $this->setDescription('Create configuration for setting up Drupal.')
23
-          ->addOption(
24
-              'method',
25
-              'm',
26
-              InputOption::VALUE_REQUIRED,
27
-              'Method for populating site.',
28
-              'drush'
29
-          )
30
-          ->addOption(
31
-              'alias',
32
-              'a',
33
-              InputOption::VALUE_REQUIRED,
34
-              '(drush) Drush alias to sync from.',
35
-              null
36
-          )
37
-          ->addOption(
38
-              'dumpfile',
39
-              'd',
40
-              InputOption::VALUE_OPTIONAL,
41
-              '(dump-n-config) SQL dump to import.',
42
-              'configuration/base.sql.gz'
43
-          )
23
+            ->addOption(
24
+                'method',
25
+                'm',
26
+                InputOption::VALUE_REQUIRED,
27
+                'Method for populating site.',
28
+                'drush'
29
+            )
30
+            ->addOption(
31
+                'alias',
32
+                'a',
33
+                InputOption::VALUE_REQUIRED,
34
+                '(drush) Drush alias to sync from.',
35
+                null
36
+            )
37
+            ->addOption(
38
+                'dumpfile',
39
+                'd',
40
+                InputOption::VALUE_OPTIONAL,
41
+                '(dump-n-config) SQL dump to import.',
42
+                'configuration/base.sql.gz'
43
+            )
44 44
             ->addOption(
45 45
                 'staging',
46 46
                 's',
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
                 '(dump-n-config) SQL dump to import.',
49 49
                 'configuration/staging'
50 50
             )
51
-          ->setHelp(<<<EOF
51
+            ->setHelp(<<<EOF
52 52
 The <info>%command.name%</info> creates a Drupal configuration file:
53 53
 
54 54
   <info>%command.full_name% --alias @live</info>
Please login to merge, or discard this patch.