Home
last modified time | relevance | path

Searched refs:getReformattedText (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DCommentTest.php25 $this->assertSame($reformattedText, $comment->getReformattedText());
/PHP-Parser/lib/PhpParser/
H A DComment.php120 public function getReformattedText(): string { function in PhpParser\\Comment
H A DNodeDumper.php146 $this->res .= \str_replace("\n", $this->nl, $node->getReformattedText());
H A DPrettyPrinterAbstract.php535 $formattedComments[] = str_replace("\n", $this->nl, $comment->getReformattedText());
/PHP-Parser/
H A DUPGRADE-5.0.md533 * `Comment::getReformattedText()` now normalizes CRLF newlines to LF newlines.
H A DCHANGELOG.md176 * `Comment::getReformattedText()` now normalizes CRLF newlines to LF newlines.

Completed in 35 milliseconds