Skip to content

Commit edca90a

Browse files
committed
Do not access node when iterating over query result
1 parent 0f42bea commit edca90a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function formatQueryResult(QueryResultInterface $result, OutputInterface
7575
foreach ($result->getRows() as $row) {
7676
$values = array_merge(array(
7777
$row->getPath(),
78-
$row->getNode()->getIndex(),
7978
), $row->getValues());
8079

8180
foreach ($values as &$value) {

0 commit comments

Comments
 (0)