Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Config / ExportViewCommand.php
index 246b09e268a69f169b42895098f7864939fc12ff..f0b0c0e36c588b79a137947512ea48696d71c35a 100644 (file)
@@ -69,7 +69,7 @@ class ExportViewCommand extends Command
             ->setName('config:export:view')
             ->setDescription($this->trans('commands.config.export.view.description'))
             ->addOption(
-                'module', '',
+                'module', null,
                 InputOption::VALUE_REQUIRED,
                 $this->trans('commands.common.options.module')
             )
@@ -80,13 +80,13 @@ class ExportViewCommand extends Command
             )
             ->addOption(
                 'optional-config',
-                '',
+                null,
                 InputOption::VALUE_OPTIONAL,
                 $this->trans('commands.config.export.view.options.optional-config')
             )
             ->addOption(
                 'include-module-dependencies',
-                '',
+                null,
                 InputOption::VALUE_OPTIONAL,
                 $this->trans('commands.config.export.view.options.include-module-dependencies')
             );