X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FCommand%2FGenerate%2FPluginMigrateProcessCommand.php;h=20ba70a60a939542b9302c3aa9ce1266b3c4cd80;hp=fccd9e35b736c69954f1df07b8552bd0678f3edb;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Command/Generate/PluginMigrateProcessCommand.php b/vendor/drupal/console/src/Command/Generate/PluginMigrateProcessCommand.php index fccd9e35b..20ba70a60 100644 --- a/vendor/drupal/console/src/Command/Generate/PluginMigrateProcessCommand.php +++ b/vendor/drupal/console/src/Command/Generate/PluginMigrateProcessCommand.php @@ -73,16 +73,16 @@ class PluginMigrateProcessCommand extends Command ->setName('generate:plugin:migrate:process') ->setDescription($this->trans('commands.generate.plugin.migrate.process.description')) ->setHelp($this->trans('commands.generate.plugin.migrate.process.help')) - ->addOption('module', '', InputOption::VALUE_REQUIRED, $this->trans('commands.common.options.module')) + ->addOption('module', null, InputOption::VALUE_REQUIRED, $this->trans('commands.common.options.module')) ->addOption( 'class', - '', + null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.plugin.migrate.process.options.class') ) ->addOption( 'plugin-id', - '', + null, InputOption::VALUE_OPTIONAL, $this->trans('commands.generate.plugin.migrate.process.options.plugin-id') );