Searched refs:pComments (Results 1 – 2 of 2) sorted by relevance
357 $result .= $this->nl . $this->pComments($comments);508 $result .= $this->nl . $this->pComments($comments);531 protected function pComments(array $comments): string { function in PhpParser\\PrettyPrinterAbstract874 $result .= $this->pComments($delayedAddComments) . $this->nl;892 $result .= $this->pComments($comments) . $this->nl;939 $result .= $this->pComments($comments) . $this->nl;
1139 * The protected `AbstractPrettyPrinter::pComments()` method no longer returns a trailing newline.
Completed in 11 milliseconds