Searched refs:getReformattedText (Results 1 – 6 of 6) sorted by relevance
25 $this->assertSame($reformattedText, $comment->getReformattedText());
120 public function getReformattedText(): string { function in PhpParser\\Comment
146 $this->res .= \str_replace("\n", $this->nl, $node->getReformattedText());
535 $formattedComments[] = str_replace("\n", $this->nl, $comment->getReformattedText());
533 * `Comment::getReformattedText()` now normalizes CRLF newlines to LF newlines.
183 * `Comment::getReformattedText()` now normalizes CRLF newlines to LF newlines.
Completed in 14 milliseconds