Searched refs:dumpComments (Results 1 – 2 of 2) sorted by relevance
16 private bool $dumpComments; variable in PhpParser\\NodeDumper45 $this->dumpComments = !empty($options['dumpComments']);102 if ($this->dumpComments && $comments = $node->getComments()) {
1120 * Added `dumpComments` option to node dumper, to enable dumping of comments associated with nodes.
Completed in 7 milliseconds