Skip to content

Commit d7a2dc7

Browse files
authored
Merge pull request #30 from sumocoders/fix-description
Fix console command description
2 parents ecb7ce6 + a940bf3 commit d7a2dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/User/CreateUserCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Messenger\MessageBusInterface;
1515
use Symfony\Component\Validator\Validator\ValidatorInterface;
1616

17-
#[AsCommand(name: 'app:create-user', description: 'Hello PhpStorm')]
17+
#[AsCommand(name: 'app:create-user', description: 'Create an user and send confirmation email')]
1818
class CreateUserCommand extends Command
1919
{
2020
public function __construct(

0 commit comments

Comments
 (0)