Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Config / ExportContentTypeCommand.php
index 130533f5aadc8544ec2bf9432d6d08195ef32cc3..6382238f3ebc1230fe5aae58cfdd3d957fc77b41 100644 (file)
@@ -69,14 +69,14 @@ class ExportContentTypeCommand extends Command
         $this
             ->setName('config:export:content:type')
             ->setDescription($this->trans('commands.config.export.content.type.description'))
-            ->addOption('module', '', InputOption::VALUE_REQUIRED, $this->trans('commands.common.options.module'))
+            ->addOption('module', null, InputOption::VALUE_REQUIRED, $this->trans('commands.common.options.module'))
             ->addArgument(
                 'content-type',
                 InputArgument::REQUIRED,
                 $this->trans('commands.config.export.content.type.arguments.content-type')
             )->addOption(
                 'optional-config',
-                '',
+                null,
                 InputOption::VALUE_OPTIONAL,
                 $this->trans('commands.config.export.content.type.options.optional-config')
             );