We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a1c62 commit 4c27826Copy full SHA for 4c27826
src/PHPCR/Util/Console/Helper/PhpcrConsoleDumperHelper.php
@@ -46,7 +46,7 @@ public function getTreeWalker(OutputInterface $output, $options)
46
$nodeVisitor = new ConsoleDumperNodeVisitor($output, $options['dump_uuids']);
47
48
if (true === $options['show_props']) {
49
- new ConsoleDumperPropertyVisitor($output, $options);
+ $propVisitor = new ConsoleDumperPropertyVisitor($output, $options);
50
}
51
52
$treeWalker = new TreeWalker($nodeVisitor, $propVisitor);
0 commit comments