Searched refs:getDocComment (Results 1 – 5 of 5) sorted by relevance
63 $this->assertSame('/** doc comment */', $node->getDocComment()->getText());79 $this->assertSame('/** doc comment */', $node->getDocComment()->getText());84 $this->assertNull($node->getDocComment());88 $this->assertNull($node->getDocComment());97 $this->assertSame($docComment, $node->getDocComment());102 $this->assertSame($docComment, $node->getDocComment());
105 public function getDocComment(): ?Comment\Doc; function
116 public function getDocComment(): ?Comment\Doc { function in PhpParser\\NodeAbstract
215 obtained using `getDocComment()`.
543 * `getDocComment()` no longer requires that the very last comment before a node be a doc comment.
Completed in 11 milliseconds