Home
last modified time | relevance | path

Searched refs:getDocComment (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php63 $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());
/PHP-Parser/lib/PhpParser/
H A DNode.php105 public function getDocComment(): ?Comment\Doc; function
H A DNodeAbstract.php116 public function getDocComment(): ?Comment\Doc { function in PhpParser\\NodeAbstract
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown215 obtained using `getDocComment()`.
/PHP-Parser/
H A DCHANGELOG.md543 * `getDocComment()` no longer requires that the very last comment before a node be a doc comment.

Completed in 11 milliseconds