Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php357 $result .= $this->nl . $this->pComments($comments);
508 $result .= $this->nl . $this->pComments($comments);
531 protected function pComments(array $comments): string { function in PhpParser\\PrettyPrinterAbstract
874 $result .= $this->pComments($delayedAddComments) . $this->nl;
892 $result .= $this->pComments($comments) . $this->nl;
939 $result .= $this->pComments($comments) . $this->nl;
/PHP-Parser/
H A DCHANGELOG.md1132 * The protected `AbstractPrettyPrinter::pComments()` method no longer returns a trailing newline.

Completed in 13 milliseconds