Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Builder/
H A DDeclaration.php45 BuilderHelpers::normalizeDocComment($docComment)
H A DEnumCase.php54 'comments' => [BuilderHelpers::normalizeDocComment($docComment)]
H A DClassConst.php104 'comments' => [BuilderHelpers::normalizeDocComment($docComment)]
H A DProperty.php159 'comments' => [BuilderHelpers::normalizeDocComment($docComment)]
/PHP-Parser/test/PhpParser/
H A DBuilderHelpersTest.php206 $this->assertSame($docComment, BuilderHelpers::normalizeDocComment($docComment));
208 $this->assertEquals($docComment, BuilderHelpers::normalizeDocComment('Some doc comment'));
212 BuilderHelpers::normalizeDocComment(1);
/PHP-Parser/lib/PhpParser/
H A DBuilderHelpers.php286 public static function normalizeDocComment($docComment): Comment\Doc { function in PhpParser\\BuilderHelpers

Completed in 10 milliseconds