| 1 | <?php |
||
| 19 | final class TaskListItemMarkerParser implements InlineParserInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @return string[] |
||
| 23 | */ |
||
| 24 | 75 | public function getCharacters(): array |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param InlineParserContext $inlineContext |
||
| 31 | * |
||
| 32 | * @return bool |
||
| 33 | */ |
||
| 34 | 9 | public function parse(InlineParserContext $inlineContext): bool |
|
| 63 | } |
||
| 64 |