| 1 | <?php |
||
| 22 | final class ParagraphRenderer implements BlockRendererInterface |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @param Paragraph $block |
||
| 26 | * @param NodeRendererInterface $htmlRenderer |
||
| 27 | * @param bool $inTightList |
||
| 28 | * |
||
| 29 | * @return HtmlElement|string |
||
| 30 | */ |
||
| 31 | 2028 | public function render(AbstractBlock $block, NodeRendererInterface $htmlRenderer, bool $inTightList = false) |
|
| 45 | } |
||
| 46 |