From d31d1e0111072bf09f3e58b28bd150d0a311bb6f Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Tue, 12 May 2020 17:55:18 +0200 Subject: [PATCH] Missing description in `messenger:setup-transports` command making `bin/console` to show an empty description when the rest of the commands have one. --- .../Component/Messenger/Command/SetupTransportsCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php b/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php index 21916f2be765..84395892fdf9 100644 --- a/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php +++ b/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php @@ -41,6 +41,7 @@ protected function configure() { $this ->addArgument('transport', InputArgument::OPTIONAL, 'Name of the transport to setup', null) + ->setDescription('Prepares the required infrastructure for the transport') ->setHelp(<<%command.name% command setups the transports: