Skip to content

Commit 13b6017

Browse files
authored
fixed headline
1 parent c1d4eec commit 13b6017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Symfony/Client/Meta/TopicsCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function configure()
4747
protected function execute(InputInterface $input, OutputInterface $output)
4848
{
4949
$table = new Table($output);
50-
$table->setHeaders(['Topic', 'Description', 'processors']);
50+
$table->setHeaders(['Topic', 'Description', 'Processors']);
5151

5252
$count = 0;
5353
$firstRow = true;

0 commit comments

Comments
 (0)