Set PHP 7.2

This commit is contained in:
Oliver Davies 2020-02-10 08:48:18 +00:00
parent 51bb9927ff
commit eb5ee10f70
2 changed files with 11 additions and 8 deletions

View file

@ -62,7 +62,7 @@ final class GenerateDrupal7Command extends Command
{
$this->io = new SymfonyStyle($input, $output);
$this->io->title("{$this->getApplication()->getName()} (D7)");
$this->io->title("Drupal Module Generator (D7)");
$this->machineName = $input->getArgument('module-name');
$this->moduleName = $this->moduleNameConverter->__invoke($this->machineName);