Skip to content

Commit daee385

Browse files
committed
Fixed ResultFormatterHelper
Was pulling the node without a selector for no reason.
1 parent a78efb0 commit daee385

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
@@ -38,7 +38,6 @@ public function format(QueryResultInterface $result, OutputInterface $output, $e
3838
$table->setHeaders($result->getColumnNames());
3939

4040
foreach ($result->getRows() as $i => $row) {
41-
$node = $row->getNode();
4241
$values = $row->getValues();
4342

4443
foreach ($values as $columnName => &$value) {

0 commit comments

Comments
 (0)