1 | <?php |
||
23 | class BlockQuote extends AbstractBlock |
||
24 | { |
||
25 | public function canContain(AbstractBlock $block): bool |
||
29 | |||
30 | public function isCode(): bool |
||
34 | |||
35 | public function matchesNextLine(Cursor $cursor): bool |
||
47 | |||
48 | public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool |
||
52 | } |
||
53 |