Home
last modified time | relevance | path

Searched refs:dumpComments (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php16 private bool $dumpComments; variable in PhpParser\\NodeDumper
45 $this->dumpComments = !empty($options['dumpComments']);
102 if ($this->dumpComments && $comments = $node->getComments()) {
/PHP-Parser/
H A DCHANGELOG.md1120 * Added `dumpComments` option to node dumper, to enable dumping of comments associated with nodes.

Completed in 7 milliseconds