Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 12, 2023
1 parent b81f879 commit 05b0447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Bakery/HelloCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class HelloCommand extends Command
/**
* {@inheritdoc}
*/
protected function configure()
protected function configure(): void
{
$this->setName('hello')
->setDescription('Show hello world message');
Expand Down

0 comments on commit 05b0447

Please sign in to comment.