| 1 | <?php |
||
| 21 | final class HtmlInlineParser implements InlineParserInterface |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @return string[] |
||
| 25 | */ |
||
| 26 | 2070 | public function getCharacters(): array |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @param InlineParserContext $inlineContext |
||
| 33 | * |
||
| 34 | * @return bool |
||
| 35 | */ |
||
| 36 | 303 | public function parse(InlineParserContext $inlineContext): bool |
|
| 51 | } |
||
| 52 |