From c1d4eec74484c3f948e6db6213e5eceb03bbe33f Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 12 Nov 2018 12:24:34 +0100 Subject: [PATCH 1/2] Fixed headline --- pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php b/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php index 02d263d2b..a1f9f54fe 100644 --- a/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php +++ b/pkg/enqueue/Symfony/Client/Meta/QueuesCommand.php @@ -47,7 +47,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { $table = new Table($output); - $table->setHeaders(['Client Name', 'Transport Name', 'processors']); + $table->setHeaders(['Client Name', 'Transport Name', 'Processors']); $count = 0; $firstRow = true; From 13b601750f335f41058908b161c4730dc6edac3f Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 12 Nov 2018 12:25:29 +0100 Subject: [PATCH 2/2] fixed headline --- pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php b/pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php index 8314fb99a..51019a7d6 100644 --- a/pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php +++ b/pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php @@ -47,7 +47,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { $table = new Table($output); - $table->setHeaders(['Topic', 'Description', 'processors']); + $table->setHeaders(['Topic', 'Description', 'Processors']); $count = 0; $firstRow = true;