Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Module / DownloadCommand.php
index 09aa2e1df07b77af5c77bf6f6eccdbe330f4f87e..cf799cb4bf1561aa59641881f49629296a5c0736 100644 (file)
@@ -122,19 +122,19 @@ class DownloadCommand extends Command
             )
             ->addOption(
                 'latest',
-                '',
+                null,
                 InputOption::VALUE_NONE,
                 $this->trans('commands.module.download.options.latest')
             )
             ->addOption(
                 'composer',
-                '',
+                null,
                 InputOption::VALUE_NONE,
                 $this->trans('commands.module.install.options.composer')
             )
             ->addOption(
                 'unstable',
-                '',
+                null,
                 InputOption::VALUE_NONE,
                 $this->trans('commands.module.install.options.unstable')
             );