We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7f0a6 commit 8af797eCopy full SHA for 8af797e
src/PHPCR/Shell/Console/Command/Phpcr/NodeListCommand.php
@@ -86,6 +86,7 @@ public function execute(InputInterface $input, OutputInterface $output)
86
$this->showTemplate = $input->getOption('template');
87
$this->time = 0;
88
$this->nbNodes = 0;
89
+ $this->nbProperties = 0;
90
91
$config = $this->get('config.config.phpcrsh');
92
0 commit comments