8000 minor #36795 [Messenger] Missing description in `messenger:setup-tran… · symfony/symfony@b4342e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4342e3

Browse files
committed
minor #36795 [Messenger] Missing description in messenger:setup-transports command (carlosbuenosvinos)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- [Messenger] Missing description in `messenger:setup-transports` command | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A making `bin/console` to show an empty description when the rest of the commands have one. ![image](https://user-images.githubusercontent.com/351553/81716773-122bc200-947a-11ea-84ef-18ec8d19e479.png) Commits ------- d31d1e0 Missing description in `messenger:setup-transports` command
2 parents 6541ac2 + d31d1e0 commit b4342e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected function configure()
4141
{
4242
$this
4343
->addArgument('transport', InputArgument::OPTIONAL, 'Name of the transport to setup', null)
44+
->setDescription('Prepares the required infrastructure for the transport')
4445
->setHelp(<<<EOF
4546
The <info>%command.name%</info> command setups the transports:
4647

0 commit comments

Comments
 (0)
0