Skip to content

Commit 59eaab8

Browse files
authored
Update command description and ouput. (#19)
1 parent 6ea2f9e commit 59eaab8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/Command/GlobalCommand.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct()
3636
protected function configure()
3737
{
3838
$this->setName('extend:global')
39-
->setDescription('Drupal Console global example ');
39+
->setDescription('Drupal Console global example');
4040
}
4141

4242
/**
@@ -52,7 +52,6 @@ protected function interact(InputInterface $input, OutputInterface $output)
5252
protected function execute(InputInterface $input, OutputInterface $output)
5353
{
5454
$io = new DrupalStyle($input, $output);
55-
$io->commentBlock('Extend example command.');
56-
$io->warning('This is a warning');
55+
$io->commentBlock('Drupal Console global example.');
5756
}
5857
}

0 commit comments

Comments
 (0)