Skip to content

Commit

Permalink
Reset nb properties when listing
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Aug 23, 2016
1 parent ea7f0a6 commit 8af797e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PHPCR/Shell/Console/Command/Phpcr/NodeListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function execute(InputInterface $input, OutputInterface $output)
$this->showTemplate = $input->getOption('template');
$this->time = 0;
$this->nbNodes = 0;
$this->nbProperties = 0;

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

Expand Down

0 comments on commit 8af797e

Please sign in to comment.