Skip to content

Commit 8af797e

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
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)