We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc9b29f + d0574d4 commit 7c84093Copy full SHA for 7c84093
src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php
@@ -68,7 +68,6 @@ public function formatQueryResult(QueryResultInterface $result, OutputInterface
68
$table = new Table($output);
69
$table->setHeaders(array_merge([
70
'Path',
71
- 'Index',
72
], $result->getColumnNames()));
73
74
foreach ($result->getRows() as $row) {
0 commit comments