1 | <?php |
||
16 | final class PHPDoc |
||
17 | { |
||
18 | /** |
||
19 | * @return Doc |
||
20 | */ |
||
21 | public static function writeInheritdoc(): Doc |
||
29 | |||
30 | /** |
||
31 | * @param string $type |
||
32 | * @return Doc |
||
33 | */ |
||
34 | public static function writeProperty(string $type): Doc |
||
43 | |||
44 | /** |
||
45 | * @param array|string $comment |
||
46 | * @return Doc |
||
47 | */ |
||
48 | private static function makeComment($comment): Doc |
||
52 | } |
||
53 |