Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / src / Command / Theme / DownloadCommand.php
index eec5beb374b6e72a3b59d9cdb28189db2f0f0242..c12bd52e4de922403db092da053756075ccbfa81 100644 (file)
@@ -71,7 +71,7 @@ class DownloadCommand extends Command
             ->addArgument('version', InputArgument::OPTIONAL, $this->trans('commands.theme.download.arguments.version'))
             ->addOption(
                 'composer',
-                '',
+                null,
                 InputOption::VALUE_NONE,
                 $this->trans('commands.theme.download.options.composer')
             );