Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / src / Commands / GreetCommand.php
index 644630b7d912810d4702e7c14dde6378672fa2f5..cd52c0ce2448efed1394de743a6ef1ab70d49fee 100644 (file)
@@ -26,10 +26,10 @@ class GreetCommand extends Command
                 'Who do you want to greet?'
             )
             ->addOption(
-               'yell',
-               null,
-               InputOption::VALUE_NONE,
-               'If set, the task will yell in uppercase letters'
+                'yell',
+                null,
+                InputOption::VALUE_NONE,
+                'If set, the task will yell in uppercase letters'
             )
         ;
     }