Skip to content

Commit 8af797e

Browse files
committed
Reset nb properties when listing
1 parent ea7f0a6 commit 8af797e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PHPCR/Shell/Console/Command/Phpcr/NodeListCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public function execute(InputInterface $input, OutputInterface $output)
8686
$this->showTemplate = $input->getOption('template');
8787
$this->time = 0;
8888
$this->nbNodes = 0;
89+
$this->nbProperties = 0;
8990

9091
$config = $this->get('config.config.phpcrsh');
9192

0 commit comments

Comments
 (0)