Set PHP 7.2
This commit is contained in:
parent
51bb9927ff
commit
eb5ee10f70
2 changed files with 11 additions and 8 deletions
src/Command
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue