Skip to content

Commit d0574d4

Browse files
committed
Query result formatter: remove column 'Index' from table head
There is no data column for the head column 'Index'.
1 parent bc9b29f commit d0574d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public function formatQueryResult(QueryResultInterface $result, OutputInterface
6868
$table = new Table($output);
6969
$table->setHeaders(array_merge([
7070
'Path',
71-
'Index',
7271
], $result->getColumnNames()));
7372

7473
foreach ($result->getRows() as $row) {

0 commit comments

Comments
 (0)