Searched refs:getText (Results 1 – 3 of 3) sorted by relevance
10 $this->assertSame('/* Some comment */', $comment->getText());
63 $this->assertSame('/** doc comment */', $node->getDocComment()->getText());79 $this->assertSame('/** doc comment */', $node->getDocComment()->getText());
41 public function getText(): string { function in PhpParser\\Comment
Completed in 14 milliseconds