diff --git a/src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php b/src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php index 24b6fad3..e20c1e19 100644 --- a/src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php +++ b/src/PHPCR/Shell/Console/Helper/ResultFormatterHelper.php @@ -75,7 +75,6 @@ public function formatQueryResult(QueryResultInterface $result, OutputInterface foreach ($result->getRows() as $row) { $values = array_merge(array( $row->getPath(), - $row->getNode()->getIndex(), ), $row->getValues()); foreach ($values as &$value) {