We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f42bea commit edca90aCopy full SHA for edca90a
src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php
@@ -75,7 +75,6 @@ public function formatQueryResult(QueryResultInterface $result, OutputInterface
75
foreach ($result->getRows() as $row) {
76
$values = array_merge(array(
77
$row->getPath(),
78
- $row->getNode()->getIndex(),
79
), $row->getValues());
80
81
foreach ($values as &$value) {
0 commit comments