1 | <?php declare(strict_types = 1); |
||
13 | class CommentsGenerator extends AbstractGenerator |
||
14 | { |
||
15 | protected function formatSingleLine(string $indentation) |
||
19 | |||
20 | protected function formatMultiLine(string $indentation) |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function code($indentation = 0) : string |
||
45 | } |
||
46 |